Html Css Color HEX #4087D6 Havelock Blue

📋 copy color: '#4087D6'

red 64 ◦ green 135 ◦ blue 214

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

Shades of Havelock Blue #4087D6

Tints of Havelock Blue #4087D6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

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

R = 15.5%
G = 32.69%
B = 51.82%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4087D6 (or 0x4087D6) is known color: Havelock Blue. HEX triplet: 40, 87 and D6. RGB value is (64,135,214). Sum of RGB (Red+Green+Blue) = 64+135+214=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #4087D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087D6 is #BF7829. Grayscale: #7A7A7A. Windows color (decimal): -12548138 or 14059328. OLE color: 14059328.

HSL color Cylindrical-coordinate representation of color #4087D6: hue angle of 211.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4087D6 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 135 214 -
CMYK 0.70 0.37 0 0.16
HSL 211.6º 0.65% 0.55% -
HSV(B) 211.6º 0.7% 0.84% -
XYZ 22.92 23.27 66.9 -
YUV 122.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 64 135 214 0.70 0.37 0 0.16 211.6 0.65 0.55
Hex 40 87 D6 46 25 0 10 D4 41 37
Octal 100 207 326 106 45 0 20 324 101 67
Binary 1000000 10000111 11010110 1000110 100101 0 10000 11010100 1000001 110111

Color Harmonies of #4087D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4087D6

Black with #4087D6

Text Example


Text Example

White with #4087D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4087D6; }

 p { color: rgb(64,135,214); }

 H1.HeaderClassName
 {
   color: #4087D6;
 }
 .AnyTagClassName
 {
   color: #4087D6;
 }
</style>

background-color css

<style>
 a { background-color: #4087D6; }

 a { background-color: rgb(64,135,214); }

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

border-color css

<style>
 span { border-color: #4087D6; }

 span { border-color: rgb(64,135,214); }

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