Html Css Color HEX #4488D5 Havelock Blue

📋 copy color: '#4488D5'

red 68 ◦ green 136 ◦ blue 213

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

Shades of Havelock Blue #4488D5

Tints of Havelock Blue #4488D5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.61%

 BLUE value IS 213 (83.59% from 255) = 51.08%

R = 16.31%
G = 32.61%
B = 51.08%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4488D5 (or 0x4488D5) is known color: Havelock Blue. HEX triplet: 44, 88 and D5. RGB value is (68,136,213). Sum of RGB (Red+Green+Blue) = 68+136+213=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #4488D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4488D5 is #BB772A. Grayscale: #7C7C7C. Windows color (decimal): -12285739 or 13994052. OLE color: 13994052.

HSL color Cylindrical-coordinate representation of color #4488D5: hue angle of 211.86º degrees, saturation: 0.63, 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 #4488D5 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 136 213 -
CMYK 0.68 0.36 0 0.16
HSL 211.86º 0.63% 0.55% -
HSV(B) 211.86º 0.68% 0.84% -
XYZ 23.2 23.64 66.29 -
YUV 124.45 177.97 87.74 -
System Red Green Blue C M Y K H S L
Decimal 68 136 213 0.68 0.36 0 0.16 211.86 0.63 0.55
Hex 44 88 D5 44 24 0 10 D4 3F 37
Octal 104 210 325 104 44 0 20 324 77 67
Binary 1000100 10001000 11010101 1000100 100100 0 10000 11010100 111111 110111

Color Harmonies of #4488D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4488D5

Black with #4488D5

Text Example


Text Example

White with #4488D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4488D5; }

 p { color: rgb(68,136,213); }

 H1.HeaderClassName
 {
   color: #4488D5;
 }
 .AnyTagClassName
 {
   color: #4488D5;
 }
</style>

background-color css

<style>
 a { background-color: #4488D5; }

 a { background-color: rgb(68,136,213); }

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

border-color css

<style>
 span { border-color: #4488D5; }

 span { border-color: rgb(68,136,213); }

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