Html Css Color HEX #417ECE Havelock Blue

📋 copy color: '#417ECE'

red 65 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #417ECE

Tints of Havelock Blue #417ECE

RGB

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

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

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

R = 16.37%
G = 31.74%
B = 51.89%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#417ECE (or 0x417ECE) is known color: Havelock Blue. HEX triplet: 41, 7E and CE. RGB value is (65,126,206). Sum of RGB (Red+Green+Blue) = 65+126+206=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #417ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ECE is #BE8131. Grayscale: #747474. Windows color (decimal): -12484914 or 13532737. OLE color: 13532737.

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

Color convert

RGB 65 126 206 -
CMYK 0.68 0.39 0 0.19
HSL 214.04º 0.59% 0.53% -
HSV(B) 214.04º 0.68% 0.81% -
XYZ 20.78 20.5 61.25 -
YUV 116.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 65 126 206 0.68 0.39 0 0.19 214.04 0.59 0.53
Hex 41 7E CE 44 27 0 13 D6 3B 35
Octal 101 176 316 104 47 0 23 326 73 65
Binary 1000001 1111110 11001110 1000100 100111 0 10011 11010110 111011 110101

Color Harmonies of #417ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417ECE

Black with #417ECE

Text Example


Text Example

White with #417ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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