#515CE0

Color #515CE0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #515CE0

Tints of Royal Blue #515CE0

Color information

#515CE0 (or 0x515CE0) is unknown color: approx Royal Blue. HEX triplet: 51, 5C and E0. RGB value is (81,92,224). Sum of RGB (Red+Green+Blue) = 81+92+224=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #515CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CE0 is #AEA31F. Grayscale: #676767. Windows color (decimal): -11445024 or 14703697. OLE color: 14703697.

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

Color convert

RGB8192224-
CMYK0.640.5900.12
HSL235.38º69.76%59.8%-
HSV(B)235.38º63.84%87.84%-
XYZ20.6814.7972.29-
YUV103.76195.86111.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 224 (87.89% from 255) = 56.42%
R=20.40%
G=23.17%
B=56.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal81922240.640.5900.12235.3869.7659.8
Hex515CE0403B0Ceb463c
Octal1211343401007301435310674
Binary1010001101110011100000100000011101101100111010111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #515CE0;
 }
 .AnyTagClassName
 {
   color: #515CE0;
 }
</style>
background-color css

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

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

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

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

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

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