COLOR #448CF8

HEX: #448CF8
RGB: (68,140,248)

Color info

#448CF8 contains mainly blue color. Web safe color of #448CF8 is #3399FF (or #39F).

RGB color model

#448CF8 color RGB value is (68,140,248).

  • red value is 68;
  • green value is 140;
  • blue value is 248.
RGB:
(68,140,248)
(27%,55%,97%)

RGB channels and saturation

R 68 of 255 = 27%
G 140 of 255 = 55%
B 248 of 255 = 97%

68
140
248

R + G + B ~ 60%. #448CF8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 140 + 248 = 456 (100%)
R 68 of 456 ~ 14.91%
G 140 of 456 ~ 30.7%
B 248 of 456 ~ 54.39%

%14.91
%30.7
%54.39

CMYK color model

#448CF8 color CMYK value is (73,44,0,3).

  • cyan value is 72.58%
  • magenta value is 43.55%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(73,44,0,3)
C73M44Y0K3 
(73%,44%,0%,3%)
(0.73/0.44/0.00/0.03)	

CMYK percentages

%72.58
%43.55
%0
%2.75

Codes

Color #448CF8 in popluar color models

448CF8
RGB68140248
HSL216°92.78%61.96%
HSB/HSV216°72.58%97.25%
CMYK72.58%43.55%0.00%
2.75%

Color #448CF8 in popluar number systems.

HEX448CF8
Decimal68140248
Binary10001001000110011111000
Octal104214370

Shades and tints

Shades of #448CF8

#448CF8
(68,140,248)
#3E80E2
(62,128,226)
#3874CC
(56,116,204)
#3268B6
(50,104,182)
#2C5CA0
(44,92,160)
#26508A
(38,80,138)
#204474
(32,68,116)
#1A385E
(26,56,94)
#142C48
(20,44,72)
#0E2032
(14,32,50)
#08141C
(8,20,28)
#000000
(0,0,0)

Tints of #448CF8

#448CF8
(68,140,248)
#5596F8
(85,150,248)
#66A0F8
(102,160,248)
#77AAF8
(119,170,248)
#88B4F8
(136,180,248)
#99BEF8
(153,190,248)
#AAC8F8
(170,200,248)
#BBD2F8
(187,210,248)
#CCDCF8
(204,220,248)
#DDE6F8
(221,230,248)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448CF8 color. Also use rgb(68,140,248) instead hex code.

Text Font Color

.myTextColor { color: #448CF8; }

<p style="color:#448CF8">This sample text font color is #448CF8.</p>

This text font color is #448CF8.


Background Color

.myBgColor { background-color: #448CF8; }

<div style="background-color:#448CF8">Inner text</div>

This div background color is #448CF8.


Border color

.myBorderColor { border: 1px solid #448CF8; }

<div style="border:3px solid #448CF8">Div</div>

This div border color is #448CF8.


Opacity

.myOpacity80 { color: #448CF8; opacity: 0.8; }

<p style="color:#448CF8;opacity:0.8;">80%</p>

Text with #448CF8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #448CF8;}

<p style="text-shadow: 3px 3px 1px #448CF8">Text here.</p>

This text has shadow with #448CF8 color.

.textShadow {text-shadow: 3px 3px 1px #448CF8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #448CF8, 5px 5px 20px red">Text here.</p>

This text has shadow with #448CF8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#448CF8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#448CF8, Direction=45, Strength=4)">Text</p>

This text has shadow with #448CF8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #448CF8;
  -webkit-box-shadow:	1px 1px 3px 2px #448CF8;
  box-shadow:		1px 1px 3px 2px #448CF8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #448CF8;
-webkit-box-shadow: 1px 1px 3px 2px #448CF8;
box-shadow:1px 1px 3px 2px #448CF8;">
Div content here</div>
This div box has shadow with color #448CF8.

Preview

Color preview on black background

This text has color #448CF8 on black background.


Color preview on white background

This text has color #448CF8 on white background.



Black color preview on #448CF8 background

This text has black color on #448CF8 background.


White color preview on #448CF8 background

This text has white color on #448CF8 background.