Html Css Color HEX #4089DA Havelock Blue

📋 copy color: '#4089DA'

red 64 ◦ green 137 ◦ blue 218

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

Shades of Havelock Blue #4089DA

Tints of Havelock Blue #4089DA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

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

R = 15.27%
G = 32.7%
B = 52.03%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4089DA (or 0x4089DA) is known color: Havelock Blue. HEX triplet: 40, 89 and DA. RGB value is (64,137,218). Sum of RGB (Red+Green+Blue) = 64+137+218=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #4089DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089DA is #BF7625. Grayscale: #7C7C7C. Windows color (decimal): -12547622 or 14321984. OLE color: 14321984.

HSL color Cylindrical-coordinate representation of color #4089DA: hue angle of 211.56º 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 #4089DA is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 137 218 -
CMYK 0.71 0.37 0 0.15
HSL 211.56º 0.68% 0.55% -
HSV(B) 211.56º 0.71% 0.85% -
XYZ 23.71 24.04 69.72 -
YUV 124.41 180.82 84.91 -
System Red Green Blue C M Y K H S L
Decimal 64 137 218 0.71 0.37 0 0.15 211.56 0.68 0.55
Hex 40 89 DA 47 25 0 F D4 44 37
Octal 100 211 332 107 45 0 17 324 104 67
Binary 1000000 10001001 11011010 1000111 100101 0 1111 11010100 1000100 110111

Color Harmonies of #4089DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4089DA

Black with #4089DA

Text Example


Text Example

White with #4089DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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