Html Css Color HEX #448CD6 Havelock Blue

📋 copy color: '#448CD6'

red 68 ◦ green 140 ◦ blue 214

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

Shades of Havelock Blue #448CD6

Tints of Havelock Blue #448CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 16.11%
G = 33.18%
B = 50.71%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#448CD6 (or 0x448CD6) is known color: Havelock Blue. HEX triplet: 44, 8C and D6. RGB value is (68,140,214). Sum of RGB (Red+Green+Blue) = 68+140+214=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #448CD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CD6 is #BB7329. Grayscale: #7E7E7E. Windows color (decimal): -12284714 or 14060612. OLE color: 14060612.

HSL color Cylindrical-coordinate representation of color #448CD6: hue angle of 210.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #448CD6 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 140 214 -
CMYK 0.68 0.35 0 0.16
HSL 210.41º 0.64% 0.55% -
HSV(B) 210.41º 0.68% 0.84% -
XYZ 23.9 24.84 67.15 -
YUV 126.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 68 140 214 0.68 0.35 0 0.16 210.41 0.64 0.55
Hex 44 8C D6 44 23 0 10 D2 40 37
Octal 104 214 326 104 43 0 20 322 100 67
Binary 1000100 10001100 11010110 1000100 100011 0 10000 11010010 1000000 110111

Color Harmonies of #448CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CD6

Black with #448CD6

Text Example


Text Example

White with #448CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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