Html Css Color HEX #417DCF Havelock Blue

📋 copy color: '#417DCF'

red 65 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #417DCF

Tints of Havelock Blue #417DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 16.37%
G = 31.49%
B = 52.14%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#417DCF (or 0x417DCF) is known color: Havelock Blue. HEX triplet: 41, 7D and CF. RGB value is (65,125,207). Sum of RGB (Red+Green+Blue) = 65+125+207=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #417DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DCF is #BE8230. Grayscale: #747474. Windows color (decimal): -12485169 or 13598017. OLE color: 13598017.

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

Color convert

RGB 65 125 207 -
CMYK 0.69 0.40 0 0.19
HSL 214.65º 0.6% 0.53% -
HSV(B) 214.65º 0.69% 0.81% -
XYZ 20.78 20.3 61.85 -
YUV 116.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 65 125 207 0.69 0.40 0 0.19 214.65 0.6 0.53
Hex 41 7D CF 45 28 0 13 D7 3C 35
Octal 101 175 317 105 50 0 23 327 74 65
Binary 1000001 1111101 11001111 1000101 101000 0 10011 11010111 111100 110101

Color Harmonies of #417DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DCF

Black with #417DCF

Text Example


Text Example

White with #417DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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