Html Css Color HEX #448AD8 Havelock Blue

📋 copy color: '#448AD8'

red 68 ◦ green 138 ◦ blue 216

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

Shades of Havelock Blue #448AD8

Tints of Havelock Blue #448AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

 BLUE value IS 216 (84.77% from 255) = 51.18%

R = 16.11%
G = 32.7%
B = 51.18%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#448AD8 (or 0x448AD8) is known color: Havelock Blue. HEX triplet: 44, 8A and D8. RGB value is (68,138,216). Sum of RGB (Red+Green+Blue) = 68+138+216=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #448AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AD8 is #BB7527. Grayscale: #7D7D7D. Windows color (decimal): -12285224 or 14191172. OLE color: 14191172.

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

Color convert

RGB 68 138 216 -
CMYK 0.69 0.36 0 0.15
HSL 211.62º 0.65% 0.56% -
HSV(B) 211.62º 0.69% 0.85% -
XYZ 23.87 24.36 68.41 -
YUV 125.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 68 138 216 0.69 0.36 0 0.15 211.62 0.65 0.56
Hex 44 8A D8 45 24 0 F D4 41 38
Octal 104 212 330 105 44 0 17 324 101 70
Binary 1000100 10001010 11011000 1000101 100100 0 1111 11010100 1000001 111000

Color Harmonies of #448AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AD8

Black with #448AD8

Text Example


Text Example

White with #448AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,216); }

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

background-color css

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

 a { background-color: rgb(68,138,216); }

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

border-color css

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

 span { border-color: rgb(68,138,216); }

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