Html Css Color HEX #515DDC Royal Blue

📋 copy color: '#515DDC'

red 81 ◦ green 93 ◦ blue 220

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

Shades of Royal Blue #515DDC

Tints of Royal Blue #515DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 20.56%
G = 23.6%
B = 55.84%

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

#515DDC (or 0x515DDC) is known color: Royal Blue. HEX triplet: 51, 5D and DC. RGB value is (81,93,220). Sum of RGB (Red+Green+Blue) = 81+93+220=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #515DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DDC is #AEA223. Grayscale: #676767. Windows color (decimal): -11444772 or 14441809. OLE color: 14441809.

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

Color convert

RGB 81 93 220 -
CMYK 0.63 0.58 0 0.14
HSL 234.82º 0.67% 0.59% -
HSV(B) 234.82º 0.63% 0.86% -
XYZ 20.23 14.75 69.49 -
YUV 103.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 81 93 220 0.63 0.58 0 0.14 234.82 0.67 0.59
Hex 51 5D DC 3F 3A 0 E EB 43 3B
Octal 121 135 334 77 72 0 16 353 103 73
Binary 1010001 1011101 11011100 111111 111010 0 1110 11101011 1000011 111011

Color Harmonies of #515DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DDC

Black with #515DDC

Text Example


Text Example

White with #515DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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