Html Css Color HEX #417BCF Havelock Blue

📋 copy color: '#417BCF'

red 65 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #417BCF

Tints of Havelock Blue #417BCF

RGB

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

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

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

R = 16.46%
G = 31.14%
B = 52.41%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#417BCF (or 0x417BCF) is known color: Havelock Blue. HEX triplet: 41, 7B and CF. RGB value is (65,123,207). Sum of RGB (Red+Green+Blue) = 65+123+207=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #417BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BCF is #BE8430. Grayscale: #727272. Windows color (decimal): -12485681 or 13597505. OLE color: 13597505.

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

Color convert

RGB 65 123 207 -
CMYK 0.69 0.41 0 0.19
HSL 215.49º 0.6% 0.53% -
HSV(B) 215.49º 0.69% 0.81% -
XYZ 20.53 19.79 61.77 -
YUV 115.23 179.78 92.17 -
System Red Green Blue C M Y K H S L
Decimal 65 123 207 0.69 0.41 0 0.19 215.49 0.6 0.53
Hex 41 7B CF 45 29 0 13 D7 3C 35
Octal 101 173 317 105 51 0 23 327 74 65
Binary 1000001 1111011 11001111 1000101 101001 0 10011 11010111 111100 110101

Color Harmonies of #417BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BCF

Black with #417BCF

Text Example


Text Example

White with #417BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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