Html Css Color HEX #515ADE Royal Blue

📋 copy color: '#515ADE'

red 81 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #515ADE

Tints of Royal Blue #515ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

 BLUE value IS 222 (87.11% from 255) = 56.49%

R = 20.61%
G = 22.9%
B = 56.49%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#515ADE (or 0x515ADE) is known color: Royal Blue. HEX triplet: 51, 5A and DE. RGB value is (81,90,222). Sum of RGB (Red+Green+Blue) = 81+90+222=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #515ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ADE is #AEA521. Grayscale: #656565. Windows color (decimal): -11445538 or 14572113. OLE color: 14572113.

HSL color Cylindrical-coordinate representation of color #515ADE: hue angle of 236.17º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515ADE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 90 222 -
CMYK 0.64 0.59 0 0.13
HSL 236.17º 0.68% 0.59% -
HSV(B) 236.17º 0.64% 0.87% -
XYZ 20.23 14.34 70.81 -
YUV 102.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 81 90 222 0.64 0.59 0 0.13 236.17 0.68 0.59
Hex 51 5A DE 40 3B 0 D EC 44 3B
Octal 121 132 336 100 73 0 15 354 104 73
Binary 1010001 1011010 11011110 1000000 111011 0 1101 11101100 1000100 111011

Color Harmonies of #515ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515ADE

Black with #515ADE

Text Example


Text Example

White with #515ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,90,222); }

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

background-color css

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

 a { background-color: rgb(81,90,222); }

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

border-color css

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

 span { border-color: rgb(81,90,222); }

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