Html Css Color HEX #515CE6 Royal Blue

📋 copy color: '#515CE6'

red 81 ◦ green 92 ◦ blue 230

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

Shades of Royal Blue #515CE6

Tints of Royal Blue #515CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 57.07%

R = 20.1%
G = 22.83%
B = 57.07%

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

#515CE6 (or 0x515CE6) is known color: Royal Blue. HEX triplet: 51, 5C and E6. RGB value is (81,92,230). Sum of RGB (Red+Green+Blue) = 81+92+230=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 230 (90.23% from 255 or 57.07% from 403); Max value from RGB is 230 - color contains mainly: blue. Hex color #515CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515CE6 is #AEA319. Grayscale: #676767. Windows color (decimal): -11445018 or 15096913. OLE color: 15096913.

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

Color convert

RGB 81 92 230 -
CMYK 0.65 0.60 0 0.10
HSL 235.57º 0.75% 0.61% -
HSV(B) 235.57º 0.65% 0.9% -
XYZ 21.5 15.12 76.65 -
YUV 104.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 81 92 230 0.65 0.60 0 0.10 235.57 0.75 0.61
Hex 51 5C E6 41 3C 0 A EC 4B 3D
Octal 121 134 346 101 74 0 12 354 113 75
Binary 1010001 1011100 11100110 1000001 111100 0 1010 11101100 1001011 111101

Color Harmonies of #515CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CE6

Black with #515CE6

Text Example


Text Example

White with #515CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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