Html Css Color HEX #515DDD Royal Blue

📋 copy color: '#515DDD'

red 81 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #515DDD

Tints of Royal Blue #515DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

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

R = 20.51%
G = 23.54%
B = 55.95%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#515DDD (or 0x515DDD) is known color: Royal Blue. HEX triplet: 51, 5D and DD. RGB value is (81,93,221). Sum of RGB (Red+Green+Blue) = 81+93+221=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #515DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DDD is #AEA222. Grayscale: #676767. Windows color (decimal): -11444771 or 14507345. OLE color: 14507345.

HSL color Cylindrical-coordinate representation of color #515DDD: hue angle of 234.86º 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 #515DDD is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 93 221 -
CMYK 0.63 0.58 0 0.13
HSL 234.86º 0.67% 0.59% -
HSV(B) 234.86º 0.63% 0.87% -
XYZ 20.36 14.8 70.19 -
YUV 104 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 81 93 221 0.63 0.58 0 0.13 234.86 0.67 0.59
Hex 51 5D DD 3F 3A 0 D EB 43 3B
Octal 121 135 335 77 72 0 15 353 103 73
Binary 1010001 1011101 11011101 111111 111010 0 1101 11101011 1000011 111011

Color Harmonies of #515DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DDD

Black with #515DDD

Text Example


Text Example

White with #515DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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