Html Css Color HEX #515AE5 Royal Blue

📋 copy color: '#515AE5'

red 81 ◦ green 90 ◦ blue 229

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

Shades of Royal Blue #515AE5

Tints of Royal Blue #515AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.25%

R = 20.25%
G = 22.5%
B = 57.25%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#515AE5 (or 0x515AE5) is known color: Royal Blue. HEX triplet: 51, 5A and E5. RGB value is (81,90,229). Sum of RGB (Red+Green+Blue) = 81+90+229=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #515AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515AE5 is #AEA51A. Grayscale: #666666. Windows color (decimal): -11445531 or 15030865. OLE color: 15030865.

HSL color Cylindrical-coordinate representation of color #515AE5: hue angle of 236.35º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #515AE5 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 90 229 -
CMYK 0.65 0.61 0 0.10
HSL 236.35º 0.74% 0.61% -
HSV(B) 236.35º 0.65% 0.9% -
XYZ 21.19 14.72 75.85 -
YUV 103.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 81 90 229 0.65 0.61 0 0.10 236.35 0.74 0.61
Hex 51 5A E5 41 3D 0 A EC 4A 3D
Octal 121 132 345 101 75 0 12 354 112 75
Binary 1010001 1011010 11100101 1000001 111101 0 1010 11101100 1001010 111101

Color Harmonies of #515AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AE5

Black with #515AE5

Text Example


Text Example

White with #515AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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