Html Css Color HEX #517FCB Havelock Blue

📋 copy color: '#517FCB'

red 81 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #517FCB

Tints of Havelock Blue #517FCB

RGB

 RED value IS 81 (32.03% from 255) = 19.71%

 GREEN value IS 127 (50% from 255) = 30.9%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 19.71%
G = 30.9%
B = 49.39%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#517FCB (or 0x517FCB) is known color: Havelock Blue. HEX triplet: 51, 7F and CB. RGB value is (81,127,203). Sum of RGB (Red+Green+Blue) = 81+127+203=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #517FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FCB is #AE8034. Grayscale: #797979. Windows color (decimal): -11436085 or 13336401. OLE color: 13336401.

HSL color Cylindrical-coordinate representation of color #517FCB: hue angle of 217.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517FCB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 127 203 -
CMYK 0.60 0.37 0 0.20
HSL 217.38º 0.54% 0.56% -
HSV(B) 217.38º 0.6% 0.8% -
XYZ 21.76 21.24 59.45 -
YUV 121.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 81 127 203 0.60 0.37 0 0.20 217.38 0.54 0.56
Hex 51 7F CB 3C 25 0 14 D9 36 38
Octal 121 177 313 74 45 0 24 331 66 70
Binary 1010001 1111111 11001011 111100 100101 0 10100 11011001 110110 111000

Color Harmonies of #517FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FCB

Black with #517FCB

Text Example


Text Example

White with #517FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517FCB; }

 p { color: rgb(81,127,203); }

 H1.HeaderClassName
 {
   color: #517FCB;
 }
 .AnyTagClassName
 {
   color: #517FCB;
 }
</style>

background-color css

<style>
 a { background-color: #517FCB; }

 a { background-color: rgb(81,127,203); }

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

border-color css

<style>
 span { border-color: #517FCB; }

 span { border-color: rgb(81,127,203); }

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