#417FCE

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

Shades of Havelock Blue #417FCE

Tints of Havelock Blue #417FCE

Color information

#417FCE (or 0x417FCE) is unknown color: approx Havelock Blue. HEX triplet: 41, 7F and CE. RGB value is (65,127,206). Sum of RGB (Red+Green+Blue) = 65+127+206=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #417FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FCE is #BE8031. Grayscale: #757575. Windows color (decimal): -12484658 or 13532993. OLE color: 13532993.

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

Color convert

RGB65127206-
CMYK0.680.3800.19
HSL213.62º59%53.14%-
HSV(B)213.62º68.45%80.78%-
XYZ20.9120.7661.3-
YUV117.47177.9690.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.33%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 206 (80.86% from 255) = 51.76%
R=16.33%
G=31.91%
B=51.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651272060.680.3800.19213.625953.14
Hex417FCE4426013d63b35
Octal101177316104460233267365
Binary1000001111111111001110100010010011001001111010110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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