Html Css Color HEX #417CCD Havelock Blue

📋 copy color: '#417CCD'

red 65 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #417CCD

Tints of Havelock Blue #417CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

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

R = 16.5%
G = 31.47%
B = 52.03%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#417CCD (or 0x417CCD) is known color: Havelock Blue. HEX triplet: 41, 7C and CD. RGB value is (65,124,205). Sum of RGB (Red+Green+Blue) = 65+124+205=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #417CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CCD is #BE8332. Grayscale: #737373. Windows color (decimal): -12485427 or 13466689. OLE color: 13466689.

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

Color convert

RGB 65 124 205 -
CMYK 0.68 0.40 0 0.20
HSL 214.71º 0.58% 0.53% -
HSV(B) 214.71º 0.68% 0.8% -
XYZ 20.41 19.95 60.53 -
YUV 115.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 65 124 205 0.68 0.40 0 0.20 214.71 0.58 0.53
Hex 41 7C CD 44 28 0 14 D7 3A 35
Octal 101 174 315 104 50 0 24 327 72 65
Binary 1000001 1111100 11001101 1000100 101000 0 10100 11010111 111010 110101

Color Harmonies of #417CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CCD

Black with #417CCD

Text Example


Text Example

White with #417CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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