Html Css Color HEX #517EEC Royal Blue

📋 copy color: '#517EEC'

red 81 ◦ green 126 ◦ blue 236

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

Shades of Royal Blue #517EEC

Tints of Royal Blue #517EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.44%

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 18.28%
G = 28.44%
B = 53.27%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#517EEC (or 0x517EEC) is known color: Royal Blue. HEX triplet: 51, 7E and EC. RGB value is (81,126,236). Sum of RGB (Red+Green+Blue) = 81+126+236=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #517EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517EEC is #AE8113. Grayscale: #7C7C7C. Windows color (decimal): -11436308 or 15498833. OLE color: 15498833.

HSL color Cylindrical-coordinate representation of color #517EEC: hue angle of 222.58º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517EEC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 126 236 -
CMYK 0.66 0.47 0 0.07
HSL 222.58º 0.8% 0.62% -
HSV(B) 222.58º 0.66% 0.93% -
XYZ 25.99 22.73 82.37 -
YUV 125.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 81 126 236 0.66 0.47 0 0.07 222.58 0.8 0.62
Hex 51 7E EC 42 2F 0 7 DF 50 3E
Octal 121 176 354 102 57 0 7 337 120 76
Binary 1010001 1111110 11101100 1000010 101111 0 111 11011111 1010000 111110

Color Harmonies of #517EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EEC

Black with #517EEC

Text Example


Text Example

White with #517EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,126,236); }

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

background-color css

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

 a { background-color: rgb(81,126,236); }

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

border-color css

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

 span { border-color: rgb(81,126,236); }

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