Html Css Color HEX #417ACE Havelock Blue

📋 copy color: '#417ACE'

red 65 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #417ACE

Tints of Havelock Blue #417ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 16.54%
G = 31.04%
B = 52.42%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#417ACE (or 0x417ACE) is known color: Havelock Blue. HEX triplet: 41, 7A and CE. RGB value is (65,122,206). Sum of RGB (Red+Green+Blue) = 65+122+206=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #417ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ACE is #BE8531. Grayscale: #727272. Windows color (decimal): -12485938 or 13531713. OLE color: 13531713.

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

Color convert

RGB 65 122 206 -
CMYK 0.68 0.41 0 0.19
HSL 215.74º 0.59% 0.53% -
HSV(B) 215.74º 0.68% 0.81% -
XYZ 20.28 19.5 61.09 -
YUV 114.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 65 122 206 0.68 0.41 0 0.19 215.74 0.59 0.53
Hex 41 7A CE 44 29 0 13 D8 3B 35
Octal 101 172 316 104 51 0 23 330 73 65
Binary 1000001 1111010 11001110 1000100 101001 0 10011 11011000 111011 110101

Color Harmonies of #417ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417ACE

Black with #417ACE

Text Example


Text Example

White with #417ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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