Html Css Color HEX #407ED0 Havelock Blue

📋 copy color: '#407ED0'

red 64 ◦ green 126 ◦ blue 208

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

Shades of Havelock Blue #407ED0

Tints of Havelock Blue #407ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 16.08%
G = 31.66%
B = 52.26%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#407ED0 (or 0x407ED0) is known color: Havelock Blue. HEX triplet: 40, 7E and D0. RGB value is (64,126,208). Sum of RGB (Red+Green+Blue) = 64+126+208=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #407ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ED0 is #BF812F. Grayscale: #747474. Windows color (decimal): -12550448 or 13663808. OLE color: 13663808.

HSL color Cylindrical-coordinate representation of color #407ED0: hue angle of 214.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407ED0 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 126 208 -
CMYK 0.69 0.39 0 0.18
HSL 214.17º 0.61% 0.53% -
HSV(B) 214.17º 0.69% 0.82% -
XYZ 20.96 20.57 62.54 -
YUV 116.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 64 126 208 0.69 0.39 0 0.18 214.17 0.61 0.53
Hex 40 7E D0 45 27 0 12 D6 3D 35
Octal 100 176 320 105 47 0 22 326 75 65
Binary 1000000 1111110 11010000 1000101 100111 0 10010 11010110 111101 110101

Color Harmonies of #407ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ED0

Black with #407ED0

Text Example


Text Example

White with #407ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407ED0; }

 p { color: rgb(64,126,208); }

 H1.HeaderClassName
 {
   color: #407ED0;
 }
 .AnyTagClassName
 {
   color: #407ED0;
 }
</style>

background-color css

<style>
 a { background-color: #407ED0; }

 a { background-color: rgb(64,126,208); }

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

border-color css

<style>
 span { border-color: #407ED0; }

 span { border-color: rgb(64,126,208); }

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