Html Css Color HEX #4088DA Havelock Blue

📋 copy color: '#4088DA'

red 64 ◦ green 136 ◦ blue 218

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

Shades of Havelock Blue #4088DA

Tints of Havelock Blue #4088DA

RGB

 RED value IS 64 (25.39% from 255) = 15.31%

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 15.31%
G = 32.54%
B = 52.15%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4088DA (or 0x4088DA) is known color: Havelock Blue. HEX triplet: 40, 88 and DA. RGB value is (64,136,218). Sum of RGB (Red+Green+Blue) = 64+136+218=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #4088DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4088DA is #BF7725. Grayscale: #7B7B7B. Windows color (decimal): -12547878 or 14321728. OLE color: 14321728.

HSL color Cylindrical-coordinate representation of color #4088DA: hue angle of 211.95º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4088DA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 136 218 -
CMYK 0.71 0.38 0 0.15
HSL 211.95º 0.68% 0.55% -
HSV(B) 211.95º 0.71% 0.85% -
XYZ 23.57 23.76 69.67 -
YUV 123.82 181.15 85.33 -
System Red Green Blue C M Y K H S L
Decimal 64 136 218 0.71 0.38 0 0.15 211.95 0.68 0.55
Hex 40 88 DA 47 26 0 F D4 44 37
Octal 100 210 332 107 46 0 17 324 104 67
Binary 1000000 10001000 11011010 1000111 100110 0 1111 11010100 1000100 110111

Color Harmonies of #4088DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4088DA

Black with #4088DA

Text Example


Text Example

White with #4088DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4088DA; }

 p { color: rgb(64,136,218); }

 H1.HeaderClassName
 {
   color: #4088DA;
 }
 .AnyTagClassName
 {
   color: #4088DA;
 }
</style>

background-color css

<style>
 a { background-color: #4088DA; }

 a { background-color: rgb(64,136,218); }

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

border-color css

<style>
 span { border-color: #4088DA; }

 span { border-color: rgb(64,136,218); }

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