Html Css Color HEX #417FCF Havelock Blue

📋 copy color: '#417FCF'

red 65 ◦ green 127 ◦ blue 207

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

Shades of Havelock Blue #417FCF

Tints of Havelock Blue #417FCF

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

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

RGB 65 127 207 -
CMYK 0.69 0.39 0 0.19
HSL 213.8º 0.6% 0.53% -
HSV(B) 213.8º 0.69% 0.81% -
XYZ 21.03 20.81 61.94 -
YUV 117.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 65 127 207 0.69 0.39 0 0.19 213.8 0.6 0.53
Hex 41 7F CF 45 27 0 13 D6 3C 35
Octal 101 177 317 105 47 0 23 326 74 65
Binary 1000001 1111111 11001111 1000101 100111 0 10011 11010110 111100 110101

Color Harmonies of #417FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FCF

Black with #417FCF

Text Example


Text Example

White with #417FCF

Text Example


Text Example

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