Html Css Color HEX #417ECD Havelock Blue

📋 copy color: '#417ECD'

red 65 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #417ECD

Tints of Havelock Blue #417ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 16.41%
G = 31.82%
B = 51.77%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#417ECD (or 0x417ECD) is known color: Havelock Blue. HEX triplet: 41, 7E and CD. RGB value is (65,126,205). Sum of RGB (Red+Green+Blue) = 65+126+205=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #417ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ECD is #BE8132. Grayscale: #747474. Windows color (decimal): -12484915 or 13467201. OLE color: 13467201.

HSL color Cylindrical-coordinate representation of color #417ECD: hue angle of 213.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417ECD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 126 205 -
CMYK 0.68 0.39 0 0.20
HSL 213.86º 0.58% 0.53% -
HSV(B) 213.86º 0.68% 0.8% -
XYZ 20.66 20.45 60.62 -
YUV 116.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 65 126 205 0.68 0.39 0 0.20 213.86 0.58 0.53
Hex 41 7E CD 44 27 0 14 D6 3A 35
Octal 101 176 315 104 47 0 24 326 72 65
Binary 1000001 1111110 11001101 1000100 100111 0 10100 11010110 111010 110101

Color Harmonies of #417ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417ECD

Black with #417ECD

Text Example


Text Example

White with #417ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,126,205); }

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

background-color css

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

 a { background-color: rgb(65,126,205); }

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

border-color css

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

 span { border-color: rgb(65,126,205); }

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