Html Css Color HEX #417CD0 Havelock Blue

📋 copy color: '#417CD0'

red 65 ◦ green 124 ◦ blue 208

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

Shades of Havelock Blue #417CD0

Tints of Havelock Blue #417CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.39%

R = 16.37%
G = 31.23%
B = 52.39%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#417CD0 (or 0x417CD0) is known color: Havelock Blue. HEX triplet: 41, 7C and D0. RGB value is (65,124,208). Sum of RGB (Red+Green+Blue) = 65+124+208=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #417CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CD0 is #BE832F. Grayscale: #737373. Windows color (decimal): -12485424 or 13663297. OLE color: 13663297.

HSL color Cylindrical-coordinate representation of color #417CD0: hue angle of 215.24º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417CD0 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 124 208 -
CMYK 0.69 0.40 0 0.18
HSL 215.24º 0.6% 0.54% -
HSV(B) 215.24º 0.69% 0.82% -
XYZ 20.77 20.09 62.46 -
YUV 115.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 65 124 208 0.69 0.40 0 0.18 215.24 0.6 0.54
Hex 41 7C D0 45 28 0 12 D7 3C 36
Octal 101 174 320 105 50 0 22 327 74 66
Binary 1000001 1111100 11010000 1000101 101000 0 10010 11010111 111100 110110

Color Harmonies of #417CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CD0

Black with #417CD0

Text Example


Text Example

White with #417CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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