Html Css Color HEX #417FCE Havelock Blue

📋 copy color: '#417FCE'

red 65 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #417FCE

Tints of Havelock Blue #417FCE

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 value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#417FCE (or 0x417FCE) is known color: 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

RGB 65 127 206 -
CMYK 0.68 0.38 0 0.19
HSL 213.62º 0.59% 0.53% -
HSV(B) 213.62º 0.68% 0.81% -
XYZ 20.91 20.76 61.3 -
YUV 117.47 177.96 90.58 -
System Red Green Blue C M Y K H S L
Decimal 65 127 206 0.68 0.38 0 0.19 213.62 0.59 0.53
Hex 41 7F CE 44 26 0 13 D6 3B 35
Octal 101 177 316 104 46 0 23 326 73 65
Binary 1000001 1111111 11001110 1000100 100110 0 10011 11010110 111011 110101

Color Harmonies of #417FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FCE

Black with #417FCE

Text Example


Text Example

White with #417FCE

Text Example


Text Example

HTML Codes & Css Web 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>