Html Css Color HEX #417FD1 Havelock Blue

📋 copy color: '#417FD1'

red 65 ◦ green 127 ◦ blue 209

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

Shades of Havelock Blue #417FD1

Tints of Havelock Blue #417FD1

RGB

 RED value IS 65 (25.78% from 255) = 16.21%

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 209 (82.03% from 255) = 52.12%

R = 16.21%
G = 31.67%
B = 52.12%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#417FD1 (or 0x417FD1) is known color: Havelock Blue. HEX triplet: 41, 7F and D1. RGB value is (65,127,209). Sum of RGB (Red+Green+Blue) = 65+127+209=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #417FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FD1 is #BE802E. Grayscale: #757575. Windows color (decimal): -12484655 or 13729601. OLE color: 13729601.

HSL color Cylindrical-coordinate representation of color #417FD1: hue angle of 214.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417FD1 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 127 209 -
CMYK 0.69 0.39 0 0.18
HSL 214.17º 0.61% 0.54% -
HSV(B) 214.17º 0.69% 0.82% -
XYZ 21.28 20.91 63.24 -
YUV 117.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 65 127 209 0.69 0.39 0 0.18 214.17 0.61 0.54
Hex 41 7F D1 45 27 0 12 D6 3D 36
Octal 101 177 321 105 47 0 22 326 75 66
Binary 1000001 1111111 11010001 1000101 100111 0 10010 11010110 111101 110110

Color Harmonies of #417FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FD1

Black with #417FD1

Text Example


Text Example

White with #417FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #417FD1;
 }
 .AnyTagClassName
 {
   color: #417FD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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