Html Css Color HEX #448BDE Havelock Blue

📋 copy color: '#448BDE'

red 68 ◦ green 139 ◦ blue 222

#448BDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #448BDE

Tints of Havelock Blue #448BDE

RGB

 RED value IS 68 (26.95% from 255) = 15.85%

 GREEN value IS 139 (54.69% from 255) = 32.4%

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 15.85%
G = 32.4%
B = 51.75%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#448BDE (or 0x448BDE) is known color: Havelock Blue. HEX triplet: 44, 8B and DE. RGB value is (68,139,222). Sum of RGB (Red+Green+Blue) = 68+139+222=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #448BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BDE is #BB7421. Grayscale: #7E7E7E. Windows color (decimal): -12284962 or 14584644. OLE color: 14584644.

HSL color Cylindrical-coordinate representation of color #448BDE: hue angle of 212.34º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448BDE is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 139 222 -
CMYK 0.69 0.37 0 0.13
HSL 212.34º 0.7% 0.57% -
HSV(B) 212.34º 0.69% 0.87% -
XYZ 24.8 24.97 72.62 -
YUV 127.23 181.48 85.75 -
System Red Green Blue C M Y K H S L
Decimal 68 139 222 0.69 0.37 0 0.13 212.34 0.7 0.57
Hex 44 8B DE 45 25 0 D D4 46 39
Octal 104 213 336 105 45 0 15 324 106 71
Binary 1000100 10001011 11011110 1000101 100101 0 1101 11010100 1000110 111001

Color Harmonies of #448BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BDE

Black with #448BDE

Text Example


Text Example

White with #448BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448BDE; }

 p { color: rgb(68,139,222); }

 H1.HeaderClassName
 {
   color: #448BDE;
 }
 .AnyTagClassName
 {
   color: #448BDE;
 }
</style>

background-color css

<style>
 a { background-color: #448BDE; }

 a { background-color: rgb(68,139,222); }

 div.DivClassName
 {
   background-color: #448BDE;
 }
 .BgClassName
 {
   background-color: #448BDE;
 }
</style>

border-color css

<style>
 span { border-color: #448BDE; }

 span { border-color: rgb(68,139,222); }

 td.TdClassName
 {
   border-color: #448BDE;
 }
 .TagClassName
 {
   border-color: #448BDE;
 }
</style>