Html Css Color HEX #407CCE Havelock Blue

📋 copy color: '#407CCE'

red 64 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #407CCE

Tints of Havelock Blue #407CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 16.24%
G = 31.47%
B = 52.28%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#407CCE (or 0x407CCE) is known color: Havelock Blue. HEX triplet: 40, 7C and CE. RGB value is (64,124,206). Sum of RGB (Red+Green+Blue) = 64+124+206=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #407CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CCE is #BF8331. Grayscale: #737373. Windows color (decimal): -12550962 or 13532224. OLE color: 13532224.

HSL color Cylindrical-coordinate representation of color #407CCE: hue angle of 214.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407CCE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 124 206 -
CMYK 0.69 0.40 0 0.19
HSL 214.65º 0.59% 0.53% -
HSV(B) 214.65º 0.69% 0.81% -
XYZ 20.46 19.96 61.17 -
YUV 115.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 64 124 206 0.69 0.40 0 0.19 214.65 0.59 0.53
Hex 40 7C CE 45 28 0 13 D7 3B 35
Octal 100 174 316 105 50 0 23 327 73 65
Binary 1000000 1111100 11001110 1000101 101000 0 10011 11010111 111011 110101

Color Harmonies of #407CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CCE

Black with #407CCE

Text Example


Text Example

White with #407CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,124,206); }

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

background-color css

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

 a { background-color: rgb(64,124,206); }

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

border-color css

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

 span { border-color: rgb(64,124,206); }

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