Html Css Color HEX #4087D7 Havelock Blue

📋 copy color: '#4087D7'

red 64 ◦ green 135 ◦ blue 215

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

Shades of Havelock Blue #4087D7

Tints of Havelock Blue #4087D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.93%

R = 15.46%
G = 32.61%
B = 51.93%

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

#4087D7 (or 0x4087D7) is known color: Havelock Blue. HEX triplet: 40, 87 and D7. RGB value is (64,135,215). Sum of RGB (Red+Green+Blue) = 64+135+215=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #4087D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087D7 is #BF7828. Grayscale: #7A7A7A. Windows color (decimal): -12548137 or 14124864. OLE color: 14124864.

HSL color Cylindrical-coordinate representation of color #4087D7: hue angle of 211.79º 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 #4087D7 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 135 215 -
CMYK 0.70 0.37 0 0.16
HSL 211.79º 0.65% 0.55% -
HSV(B) 211.79º 0.7% 0.84% -
XYZ 23.04 23.32 67.58 -
YUV 122.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 64 135 215 0.70 0.37 0 0.16 211.79 0.65 0.55
Hex 40 87 D7 46 25 0 10 D4 41 37
Octal 100 207 327 106 45 0 20 324 101 67
Binary 1000000 10000111 11010111 1000110 100101 0 10000 11010100 1000001 110111

Color Harmonies of #4087D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4087D7

Black with #4087D7

Text Example


Text Example

White with #4087D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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