Html Css Color HEX #515EEA Royal Blue

📋 copy color: '#515EEA'

red 81 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #515EEA

Tints of Royal Blue #515EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 19.8%
G = 22.98%
B = 57.21%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#515EEA (or 0x515EEA) is known color: Royal Blue. HEX triplet: 51, 5E and EA. RGB value is (81,94,234). Sum of RGB (Red+Green+Blue) = 81+94+234=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #515EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EEA is #AEA115. Grayscale: #696969. Windows color (decimal): -11444502 or 15359569. OLE color: 15359569.

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

Color convert

RGB 81 94 234 -
CMYK 0.65 0.60 0 0.08
HSL 234.9º 0.78% 0.62% -
HSV(B) 234.9º 0.65% 0.92% -
XYZ 22.25 15.7 79.7 -
YUV 106.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 81 94 234 0.65 0.60 0 0.08 234.9 0.78 0.62
Hex 51 5E EA 41 3C 0 8 EB 4E 3E
Octal 121 136 352 101 74 0 10 353 116 76
Binary 1010001 1011110 11101010 1000001 111100 0 1000 11101011 1001110 111110

Color Harmonies of #515EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EEA

Black with #515EEA

Text Example


Text Example

White with #515EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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