Html Css Color HEX #515EEB Royal Blue

📋 copy color: '#515EEB'

red 81 ◦ green 94 ◦ blue 235

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

Shades of Royal Blue #515EEB

Tints of Royal Blue #515EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.93%

 BLUE value IS 235 (92.19% from 255) = 57.32%

R = 19.76%
G = 22.93%
B = 57.32%

CMYK

 C value IS 0.66

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#515EEB (or 0x515EEB) is known color: Royal Blue. HEX triplet: 51, 5E and EB. RGB value is (81,94,235). Sum of RGB (Red+Green+Blue) = 81+94+235=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #515EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EEB is #AEA114. Grayscale: #696969. Windows color (decimal): -11444501 or 15425105. OLE color: 15425105.

HSL color Cylindrical-coordinate representation of color #515EEB: hue angle of 234.94º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515EEB is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 94 235 -
CMYK 0.66 0.6 0 0.08
HSL 234.94º 0.79% 0.62% -
HSV(B) 234.94º 0.66% 0.92% -
XYZ 22.39 15.75 80.46 -
YUV 106.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 81 94 235 0.66 0.6 0 0.08 234.94 0.79 0.62
Hex 51 5E EB 42 3C 0 8 EB 4F 3E
Octal 121 136 353 102 74 0 10 353 117 76
Binary 1010001 1011110 11101011 1000010 111100 0 1000 11101011 1001111 111110

Color Harmonies of #515EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EEB

Black with #515EEB

Text Example


Text Example

White with #515EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,235); }

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

background-color css

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

 a { background-color: rgb(81,94,235); }

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

border-color css

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

 span { border-color: rgb(81,94,235); }

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