Html Css Color HEX #515DDB Royal Blue

📋 copy color: '#515DDB'

red 81 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #515DDB

Tints of Royal Blue #515DDB

RGB

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

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

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

R = 20.61%
G = 23.66%
B = 55.73%

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

#515DDB (or 0x515DDB) is known color: Royal Blue. HEX triplet: 51, 5D and DB. RGB value is (81,93,219). Sum of RGB (Red+Green+Blue) = 81+93+219=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #515DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DDB is #AEA224. Grayscale: #676767. Windows color (decimal): -11444773 or 14376273. OLE color: 14376273.

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

Color convert

RGB 81 93 219 -
CMYK 0.63 0.58 0 0.14
HSL 234.78º 0.66% 0.59% -
HSV(B) 234.78º 0.63% 0.86% -
XYZ 20.09 14.69 68.79 -
YUV 103.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 81 93 219 0.63 0.58 0 0.14 234.78 0.66 0.59
Hex 51 5D DB 3F 3A 0 E EB 42 3B
Octal 121 135 333 77 72 0 16 353 102 73
Binary 1010001 1011101 11011011 111111 111010 0 1110 11101011 1000010 111011

Color Harmonies of #515DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DDB

Black with #515DDB

Text Example


Text Example

White with #515DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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