Html Css Color HEX #515BDA Royal Blue

📋 copy color: '#515BDA'

red 81 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #515BDA

Tints of Royal Blue #515BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.33%

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 20.77%
G = 23.33%
B = 55.9%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#515BDA (or 0x515BDA) is known color: Royal Blue. HEX triplet: 51, 5B and DA. RGB value is (81,91,218). Sum of RGB (Red+Green+Blue) = 81+91+218=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #515BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BDA is #AEA425. Grayscale: #656565. Windows color (decimal): -11445286 or 14310225. OLE color: 14310225.

HSL color Cylindrical-coordinate representation of color #515BDA: hue angle of 235.62º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #515BDA is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 91 218 -
CMYK 0.63 0.58 0 0.15
HSL 235.62º 0.65% 0.59% -
HSV(B) 235.62º 0.63% 0.85% -
XYZ 19.79 14.29 68.05 -
YUV 102.49 193.19 112.67 -
System Red Green Blue C M Y K H S L
Decimal 81 91 218 0.63 0.58 0 0.15 235.62 0.65 0.59
Hex 51 5B DA 3F 3A 0 F EC 41 3B
Octal 121 133 332 77 72 0 17 354 101 73
Binary 1010001 1011011 11011010 111111 111010 0 1111 11101100 1000001 111011

Color Harmonies of #515BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BDA

Black with #515BDA

Text Example


Text Example

White with #515BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,218); }

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

background-color css

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

 a { background-color: rgb(81,91,218); }

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

border-color css

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

 span { border-color: rgb(81,91,218); }

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