Html Css Color HEX #417CCF Havelock Blue

📋 copy color: '#417CCF'

red 65 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #417CCF

Tints of Havelock Blue #417CCF

RGB

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

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

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

R = 16.41%
G = 31.31%
B = 52.27%

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

#417CCF (or 0x417CCF) is known color: Havelock Blue. HEX triplet: 41, 7C and CF. RGB value is (65,124,207). Sum of RGB (Red+Green+Blue) = 65+124+207=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #417CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CCF is #BE8330. Grayscale: #737373. Windows color (decimal): -12485425 or 13597761. OLE color: 13597761.

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

Color convert

RGB 65 124 207 -
CMYK 0.69 0.40 0 0.19
HSL 215.07º 0.6% 0.53% -
HSV(B) 215.07º 0.69% 0.81% -
XYZ 20.65 20.04 61.81 -
YUV 115.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 65 124 207 0.69 0.40 0 0.19 215.07 0.6 0.53
Hex 41 7C CF 45 28 0 13 D7 3C 35
Octal 101 174 317 105 50 0 23 327 74 65
Binary 1000001 1111100 11001111 1000101 101000 0 10011 11010111 111100 110101

Color Harmonies of #417CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CCF

Black with #417CCF

Text Example


Text Example

White with #417CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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