Html Css Color HEX #515AE0 Royal Blue

📋 copy color: '#515AE0'

red 81 ◦ green 90 ◦ blue 224

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

Shades of Royal Blue #515AE0

Tints of Royal Blue #515AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 224 (87.89% from 255) = 56.71%

R = 20.51%
G = 22.78%
B = 56.71%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#515AE0 (or 0x515AE0) is known color: Royal Blue. HEX triplet: 51, 5A and E0. RGB value is (81,90,224). Sum of RGB (Red+Green+Blue) = 81+90+224=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #515AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515AE0 is #AEA51F. Grayscale: #666666. Windows color (decimal): -11445536 or 14703185. OLE color: 14703185.

HSL color Cylindrical-coordinate representation of color #515AE0: hue angle of 236.22º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515AE0 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 90 224 -
CMYK 0.64 0.60 0 0.12
HSL 236.22º 0.7% 0.6% -
HSV(B) 236.22º 0.64% 0.88% -
XYZ 20.5 14.44 72.23 -
YUV 102.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 81 90 224 0.64 0.60 0 0.12 236.22 0.7 0.6
Hex 51 5A E0 40 3C 0 C EC 46 3C
Octal 121 132 340 100 74 0 14 354 106 74
Binary 1010001 1011010 11100000 1000000 111100 0 1100 11101100 1000110 111100

Color Harmonies of #515AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AE0

Black with #515AE0

Text Example


Text Example

White with #515AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,90,224); }

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

background-color css

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

 a { background-color: rgb(81,90,224); }

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

border-color css

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

 span { border-color: rgb(81,90,224); }

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