Html Css Color HEX #515BDB Royal Blue

📋 copy color: '#515BDB'

red 81 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #515BDB

Tints of Royal Blue #515BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 20.72%
G = 23.27%
B = 56.01%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#515BDB (or 0x515BDB) is known color: Royal Blue. HEX triplet: 51, 5B and DB. RGB value is (81,91,219). Sum of RGB (Red+Green+Blue) = 81+91+219=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #515BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BDB is #AEA424. Grayscale: #666666. Windows color (decimal): -11445285 or 14375761. OLE color: 14375761.

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

Color convert

RGB 81 91 219 -
CMYK 0.63 0.58 0 0.14
HSL 235.65º 0.66% 0.59% -
HSV(B) 235.65º 0.63% 0.86% -
XYZ 19.92 14.35 68.74 -
YUV 102.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 81 91 219 0.63 0.58 0 0.14 235.65 0.66 0.59
Hex 51 5B DB 3F 3A 0 E EC 42 3B
Octal 121 133 333 77 72 0 16 354 102 73
Binary 1010001 1011011 11011011 111111 111010 0 1110 11101100 1000010 111011

Color Harmonies of #515BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BDB

Black with #515BDB

Text Example


Text Example

White with #515BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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