Html Css Color HEX #515CE1 Royal Blue

📋 copy color: '#515CE1'

red 81 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #515CE1

Tints of Royal Blue #515CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.53%

R = 20.35%
G = 23.12%
B = 56.53%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#515CE1 (or 0x515CE1) is known color: Royal Blue. HEX triplet: 51, 5C and E1. RGB value is (81,92,225). Sum of RGB (Red+Green+Blue) = 81+92+225=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #515CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CE1 is #AEA31E. Grayscale: #676767. Windows color (decimal): -11445023 or 14769233. OLE color: 14769233.

HSL color Cylindrical-coordinate representation of color #515CE1: hue angle of 235.42º degrees, saturation: 0.71, 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 #515CE1 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 92 225 -
CMYK 0.64 0.59 0 0.12
HSL 235.42º 0.71% 0.6% -
HSV(B) 235.42º 0.64% 0.88% -
XYZ 20.81 14.84 73 -
YUV 103.87 196.36 111.69 -
System Red Green Blue C M Y K H S L
Decimal 81 92 225 0.64 0.59 0 0.12 235.42 0.71 0.6
Hex 51 5C E1 40 3B 0 C EB 47 3C
Octal 121 134 341 100 73 0 14 353 107 74
Binary 1010001 1011100 11100001 1000000 111011 0 1100 11101011 1000111 111100

Color Harmonies of #515CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CE1

Black with #515CE1

Text Example


Text Example

White with #515CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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