Html Css Color HEX #515CE5 Royal Blue

📋 copy color: '#515CE5'

red 81 ◦ green 92 ◦ blue 229

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

Shades of Royal Blue #515CE5

Tints of Royal Blue #515CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

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

R = 20.15%
G = 22.89%
B = 56.97%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#515CE5 (or 0x515CE5) is known color: Royal Blue. HEX triplet: 51, 5C and E5. RGB value is (81,92,229). Sum of RGB (Red+Green+Blue) = 81+92+229=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #515CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CE5 is #AEA31A. Grayscale: #676767. Windows color (decimal): -11445019 or 15031377. OLE color: 15031377.

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

Color convert

RGB 81 92 229 -
CMYK 0.65 0.60 0 0.10
HSL 235.54º 0.74% 0.61% -
HSV(B) 235.54º 0.65% 0.9% -
XYZ 21.36 15.06 75.91 -
YUV 104.33 198.36 111.36 -
System Red Green Blue C M Y K H S L
Decimal 81 92 229 0.65 0.60 0 0.10 235.54 0.74 0.61
Hex 51 5C E5 41 3C 0 A EC 4A 3D
Octal 121 134 345 101 74 0 12 354 112 75
Binary 1010001 1011100 11100101 1000001 111100 0 1010 11101100 1001010 111101

Color Harmonies of #515CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CE5

Black with #515CE5

Text Example


Text Example

White with #515CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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