COLOR #448BDB

HEX: #448BDB
RGB: (68,139,219)

Color info

#448BDB contains mainly blue color. Web safe color of #448BDB is #3399CC (or #39C).

RGB color model

#448BDB color RGB value is (68,139,219).

  • red value is 68;
  • green value is 139;
  • blue value is 219.
RGB:
(68,139,219)
(27%,55%,86%)

RGB channels and saturation

R 68 of 255 = 27%
G 139 of 255 = 55%
B 219 of 255 = 86%

68
139
219

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

Portions of RGB colors in percentages

R + G + B =
68 + 139 + 219 = 426 (100%)
R 68 of 426 ~ 15.96%
G 139 of 426 ~ 32.63%
B 219 of 426 ~ 51.41%

%15.96
%32.63
%51.41

CMYK color model

#448BDB color CMYK value is (69,37,0,14).

  • cyan value is 68.95%
  • magenta value is 36.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(69,37,0,14)
C69M37Y0K14 
(69%,37%,0%,14%)
(0.69/0.37/0.00/0.14)	

CMYK percentages

%68.95
%36.53
%0
%14.12

Codes

Color #448BDB in popluar color models

448BDB
RGB68139219
HSL212°67.71%56.27%
HSB/HSV212°68.95%85.88%
CMYK68.95%36.53%0.00%
14.12%

Color #448BDB in popluar number systems.

HEX448BDB
Decimal68139219
Binary10001001000101111011011
Octal104213333

Shades and tints

Shades of #448BDB

#448BDB
(68,139,219)
#3E7FC8
(62,127,200)
#3873B5
(56,115,181)
#3267A2
(50,103,162)
#2C5B8F
(44,91,143)
#264F7C
(38,79,124)
#204369
(32,67,105)
#1A3756
(26,55,86)
#142B43
(20,43,67)
#0E1F30
(14,31,48)
#08131D
(8,19,29)
#000000
(0,0,0)

Tints of #448BDB

#448BDB
(68,139,219)
#5595DE
(85,149,222)
#669FE1
(102,159,225)
#77A9E4
(119,169,228)
#88B3E7
(136,179,231)
#99BDEA
(153,189,234)
#AAC7ED
(170,199,237)
#BBD1F0
(187,209,240)
#CCDBF3
(204,219,243)
#DDE5F6
(221,229,246)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448BDB color. Also use rgb(68,139,219) instead hex code.

Text Font Color

.myTextColor { color: #448BDB; }

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

This text font color is #448BDB.


Background Color

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

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

This div background color is #448BDB.


Border color

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

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

This div border color is #448BDB.


Opacity

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

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

Text with #448BDB 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 #448BDB;}

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

This text has shadow with #448BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448BDB on black background.


Color preview on white background

This text has color #448BDB on white background.



Black color preview on #448BDB background

This text has black color on #448BDB background.


White color preview on #448BDB background

This text has white color on #448BDB background.