Html Css Color HEX #417DCE Havelock Blue

📋 copy color: '#417DCE'

red 65 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #417DCE

Tints of Havelock Blue #417DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

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

R = 16.41%
G = 31.57%
B = 52.02%

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

#417DCE (or 0x417DCE) is known color: Havelock Blue. HEX triplet: 41, 7D and CE. RGB value is (65,125,206). Sum of RGB (Red+Green+Blue) = 65+125+206=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #417DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DCE is #BE8231. Grayscale: #737373. Windows color (decimal): -12485170 or 13532481. OLE color: 13532481.

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

Color convert

RGB 65 125 206 -
CMYK 0.68 0.39 0 0.19
HSL 214.47º 0.59% 0.53% -
HSV(B) 214.47º 0.68% 0.81% -
XYZ 20.65 20.25 61.21 -
YUV 116.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 65 125 206 0.68 0.39 0 0.19 214.47 0.59 0.53
Hex 41 7D CE 44 27 0 13 D6 3B 35
Octal 101 175 316 104 47 0 23 326 73 65
Binary 1000001 1111101 11001110 1000100 100111 0 10011 11010110 111011 110101

Color Harmonies of #417DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DCE

Black with #417DCE

Text Example


Text Example

White with #417DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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