Html Css Color HEX #515BDD Royal Blue

📋 copy color: '#515BDD'

red 81 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #515BDD

Tints of Royal Blue #515BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 20.61%
G = 23.16%
B = 56.23%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#515BDD (or 0x515BDD) is known color: Royal Blue. HEX triplet: 51, 5B and DD. RGB value is (81,91,221). Sum of RGB (Red+Green+Blue) = 81+91+221=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #515BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BDD is #AEA422. Grayscale: #666666. Windows color (decimal): -11445283 or 14506833. OLE color: 14506833.

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

Color convert

RGB 81 91 221 -
CMYK 0.63 0.59 0 0.13
HSL 235.71º 0.67% 0.59% -
HSV(B) 235.71º 0.63% 0.87% -
XYZ 20.19 14.45 70.13 -
YUV 102.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 81 91 221 0.63 0.59 0 0.13 235.71 0.67 0.59
Hex 51 5B DD 3F 3B 0 D EC 43 3B
Octal 121 133 335 77 73 0 15 354 103 73
Binary 1010001 1011011 11011101 111111 111011 0 1101 11101100 1000011 111011

Color Harmonies of #515BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BDD

Black with #515BDD

Text Example


Text Example

White with #515BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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