Html Css Color HEX #515AE6 Royal Blue

📋 copy color: '#515AE6'

red 81 ◦ green 90 ◦ blue 230

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

Shades of Royal Blue #515AE6

Tints of Royal Blue #515AE6

RGB

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

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

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

R = 20.2%
G = 22.44%
B = 57.36%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#515AE6 (or 0x515AE6) is known color: Royal Blue. HEX triplet: 51, 5A and E6. RGB value is (81,90,230). Sum of RGB (Red+Green+Blue) = 81+90+230=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #515AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AE6 is #AEA519. Grayscale: #666666. Windows color (decimal): -11445530 or 15096401. OLE color: 15096401.

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

Color convert

RGB 81 90 230 -
CMYK 0.65 0.61 0 0.10
HSL 236.38º 0.75% 0.61% -
HSV(B) 236.38º 0.65% 0.9% -
XYZ 21.33 14.77 76.59 -
YUV 103.27 199.52 112.12 -
System Red Green Blue C M Y K H S L
Decimal 81 90 230 0.65 0.61 0 0.10 236.38 0.75 0.61
Hex 51 5A E6 41 3D 0 A EC 4B 3D
Octal 121 132 346 101 75 0 12 354 113 75
Binary 1010001 1011010 11100110 1000001 111101 0 1010 11101100 1001011 111101

Color Harmonies of #515AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AE6

Black with #515AE6

Text Example


Text Example

White with #515AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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