Html Css Color HEX #448CDB Havelock Blue

📋 copy color: '#448CDB'

red 68 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #448CDB

Tints of Havelock Blue #448CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 15.93%
G = 32.79%
B = 51.29%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#448CDB (or 0x448CDB) is known color: Havelock Blue. HEX triplet: 44, 8C and DB. RGB value is (68,140,219). Sum of RGB (Red+Green+Blue) = 68+140+219=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #448CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CDB is #BB7324. Grayscale: #7F7F7F. Windows color (decimal): -12284709 or 14388292. OLE color: 14388292.

HSL color Cylindrical-coordinate representation of color #448CDB: hue angle of 211.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448CDB is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 140 219 -
CMYK 0.69 0.36 0 0.14
HSL 211.39º 0.68% 0.56% -
HSV(B) 211.39º 0.69% 0.86% -
XYZ 24.55 25.1 70.57 -
YUV 127.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 68 140 219 0.69 0.36 0 0.14 211.39 0.68 0.56
Hex 44 8C DB 45 24 0 E D3 44 38
Octal 104 214 333 105 44 0 16 323 104 70
Binary 1000100 10001100 11011011 1000101 100100 0 1110 11010011 1000100 111000

Color Harmonies of #448CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CDB

Black with #448CDB

Text Example


Text Example

White with #448CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,140,219); }

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

background-color css

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

 a { background-color: rgb(68,140,219); }

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

border-color css

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

 span { border-color: rgb(68,140,219); }

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