Html Css Color HEX #517BD4 Havelock Blue

📋 copy color: '#517BD4'

red 81 ◦ green 123 ◦ blue 212

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

Shades of Havelock Blue #517BD4

Tints of Havelock Blue #517BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.96%

R = 19.47%
G = 29.57%
B = 50.96%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#517BD4 (or 0x517BD4) is known color: Havelock Blue. HEX triplet: 51, 7B and D4. RGB value is (81,123,212). Sum of RGB (Red+Green+Blue) = 81+123+212=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 212 (83.20% from 255 or 50.96% from 416); Max value from RGB is 212 - color contains mainly: blue. Hex color #517BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BD4 is #AE842B. Grayscale: #787878. Windows color (decimal): -11437100 or 13925201. OLE color: 13925201.

HSL color Cylindrical-coordinate representation of color #517BD4: hue angle of 220.76º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #517BD4 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 123 212 -
CMYK 0.62 0.42 0 0.17
HSL 220.76º 0.6% 0.57% -
HSV(B) 220.76º 0.62% 0.83% -
XYZ 22.36 20.67 65.1 -
YUV 120.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 81 123 212 0.62 0.42 0 0.17 220.76 0.6 0.57
Hex 51 7B D4 3E 2A 0 11 DD 3C 39
Octal 121 173 324 76 52 0 21 335 74 71
Binary 1010001 1111011 11010100 111110 101010 0 10001 11011101 111100 111001

Color Harmonies of #517BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BD4

Black with #517BD4

Text Example


Text Example

White with #517BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,123,212); }

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

background-color css

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

 a { background-color: rgb(81,123,212); }

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

border-color css

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

 span { border-color: rgb(81,123,212); }

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