Html Css Color HEX #407DCF Havelock Blue

📋 copy color: '#407DCF'

red 64 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #407DCF

Tints of Havelock Blue #407DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

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

R = 16.16%
G = 31.57%
B = 52.27%

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

#407DCF (or 0x407DCF) is known color: Havelock Blue. HEX triplet: 40, 7D and CF. RGB value is (64,125,207). Sum of RGB (Red+Green+Blue) = 64+125+207=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #407DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DCF is #BF8230. Grayscale: #737373. Windows color (decimal): -12550705 or 13598016. OLE color: 13598016.

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

Color convert

RGB 64 125 207 -
CMYK 0.69 0.40 0 0.19
HSL 214.41º 0.6% 0.53% -
HSV(B) 214.41º 0.69% 0.81% -
XYZ 20.71 20.26 61.85 -
YUV 116.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 64 125 207 0.69 0.40 0 0.19 214.41 0.6 0.53
Hex 40 7D CF 45 28 0 13 D6 3C 35
Octal 100 175 317 105 50 0 23 326 74 65
Binary 1000000 1111101 11001111 1000101 101000 0 10011 11010110 111100 110101

Color Harmonies of #407DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DCF

Black with #407DCF

Text Example


Text Example

White with #407DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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