Html Css Color HEX #417BCD Havelock Blue

📋 copy color: '#417BCD'

red 65 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #417BCD

Tints of Havelock Blue #417BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

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

R = 16.54%
G = 31.3%
B = 52.16%

CMYK

 C value IS 0.68

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#417BCD (or 0x417BCD) is known color: Havelock Blue. HEX triplet: 41, 7B and CD. RGB value is (65,123,205). Sum of RGB (Red+Green+Blue) = 65+123+205=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #417BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BCD is #BE8432. Grayscale: #727272. Windows color (decimal): -12485683 or 13466433. OLE color: 13466433.

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

Color convert

RGB 65 123 205 -
CMYK 0.68 0.4 0 0.20
HSL 215.14º 0.58% 0.53% -
HSV(B) 215.14º 0.68% 0.8% -
XYZ 20.28 19.7 60.49 -
YUV 115.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 65 123 205 0.68 0.4 0 0.20 215.14 0.58 0.53
Hex 41 7B CD 44 28 0 14 D7 3A 35
Octal 101 173 315 104 50 0 24 327 72 65
Binary 1000001 1111011 11001101 1000100 101000 0 10100 11010111 111010 110101

Color Harmonies of #417BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BCD

Black with #417BCD

Text Example


Text Example

White with #417BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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