Html Css Color HEX #515EDB Royal Blue

📋 copy color: '#515EDB'

red 81 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #515EDB

Tints of Royal Blue #515EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

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

R = 20.56%
G = 23.86%
B = 55.58%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#515EDB (or 0x515EDB) is known color: Royal Blue. HEX triplet: 51, 5E and DB. RGB value is (81,94,219). Sum of RGB (Red+Green+Blue) = 81+94+219=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #515EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EDB is #AEA124. Grayscale: #676767. Windows color (decimal): -11444517 or 14376529. OLE color: 14376529.

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

Color convert

RGB 81 94 219 -
CMYK 0.63 0.57 0 0.14
HSL 234.35º 0.66% 0.59% -
HSV(B) 234.35º 0.63% 0.86% -
XYZ 20.18 14.87 68.82 -
YUV 104.36 192.69 111.34 -
System Red Green Blue C M Y K H S L
Decimal 81 94 219 0.63 0.57 0 0.14 234.35 0.66 0.59
Hex 51 5E DB 3F 39 0 E EA 42 3B
Octal 121 136 333 77 71 0 16 352 102 73
Binary 1010001 1011110 11011011 111111 111001 0 1110 11101010 1000010 111011

Color Harmonies of #515EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EDB

Black with #515EDB

Text Example


Text Example

White with #515EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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