#417FCF

Color #417FCF Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #417FCF

Tints of Havelock Blue #417FCF

Color information

#417FCF (or 0x417FCF) is unknown color: approx Havelock Blue. HEX triplet: 41, 7F and CF. RGB value is (65,127,207). Sum of RGB (Red+Green+Blue) = 65+127+207=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #417FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FCF is #BE8030. Grayscale: #757575. Windows color (decimal): -12484657 or 13598529. OLE color: 13598529.

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

Color convert

RGB65127207-
CMYK0.690.3900.19
HSL213.8º59.66%53.33%-
HSV(B)213.8º68.6%81.18%-
XYZ21.0320.8161.94-
YUV117.58178.4690.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=16.29%
G=31.83%
B=51.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651272070.690.3900.19213.859.6653.33
Hex417FCF4527013d63c35
Octal101177317105470233267465
Binary1000001111111111001111100010110011101001111010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417FCF; }

 p { color: rgb(65,127,207); }

 H1.HeaderClassName
 {
   color: #417FCF;
 }
 .AnyTagClassName
 {
   color: #417FCF;
 }
</style>
background-color css

<style>
 a { background-color: #417FCF; }

 a { background-color: rgb(65,127,207); }

 div.DivClassName
 {
   background-color: #417FCF;
 }
 .BgClassName
 {
   background-color: #417FCF;
 }
</style>
border-color css

<style>
 span { border-color: #417FCF; }

 span { border-color: rgb(65,127,207); }

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