Html Css Color HEX #515EEC Royal Blue

📋 copy color: '#515EEC'

red 81 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #515EEC

Tints of Royal Blue #515EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

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

R = 19.71%
G = 22.87%
B = 57.42%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#515EEC (or 0x515EEC) is known color: Royal Blue. HEX triplet: 51, 5E and EC. RGB value is (81,94,236). Sum of RGB (Red+Green+Blue) = 81+94+236=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #515EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EEC is #AEA113. Grayscale: #696969. Windows color (decimal): -11444500 or 15490641. OLE color: 15490641.

HSL color Cylindrical-coordinate representation of color #515EEC: hue angle of 234.97º 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 #515EEC is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 94 236 -
CMYK 0.66 0.60 0 0.07
HSL 234.97º 0.8% 0.62% -
HSV(B) 234.97º 0.66% 0.93% -
XYZ 22.54 15.81 81.22 -
YUV 106.3 201.19 109.95 -
System Red Green Blue C M Y K H S L
Decimal 81 94 236 0.66 0.60 0 0.07 234.97 0.8 0.62
Hex 51 5E EC 42 3C 0 7 EB 50 3E
Octal 121 136 354 102 74 0 7 353 120 76
Binary 1010001 1011110 11101100 1000010 111100 0 111 11101011 1010000 111110

Color Harmonies of #515EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EEC

Black with #515EEC

Text Example


Text Example

White with #515EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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