Html Css Color HEX #407CCF Havelock Blue

📋 copy color: '#407CCF'

red 64 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #407CCF

Tints of Havelock Blue #407CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 16.2%
G = 31.39%
B = 52.41%

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

#407CCF (or 0x407CCF) is known color: Havelock Blue. HEX triplet: 40, 7C and CF. RGB value is (64,124,207). Sum of RGB (Red+Green+Blue) = 64+124+207=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #407CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CCF is #BF8330. Grayscale: #737373. Windows color (decimal): -12550961 or 13597760. OLE color: 13597760.

HSL color Cylindrical-coordinate representation of color #407CCF: hue angle of 214.83º degrees, saturation: 0.6, 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 #407CCF is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 124 207 -
CMYK 0.69 0.40 0 0.19
HSL 214.83º 0.6% 0.53% -
HSV(B) 214.83º 0.69% 0.81% -
XYZ 20.58 20.01 61.81 -
YUV 115.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 64 124 207 0.69 0.40 0 0.19 214.83 0.6 0.53
Hex 40 7C CF 45 28 0 13 D7 3C 35
Octal 100 174 317 105 50 0 23 327 74 65
Binary 1000000 1111100 11001111 1000101 101000 0 10011 11010111 111100 110101

Color Harmonies of #407CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CCF

Black with #407CCF

Text Example


Text Example

White with #407CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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