Html Css Color HEX #515BDC Royal Blue

📋 copy color: '#515BDC'

red 81 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #515BDC

Tints of Royal Blue #515BDC

RGB

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

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

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

R = 20.66%
G = 23.21%
B = 56.12%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#515BDC (or 0x515BDC) is known color: Royal Blue. HEX triplet: 51, 5B and DC. RGB value is (81,91,220). Sum of RGB (Red+Green+Blue) = 81+91+220=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #515BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BDC is #AEA423. Grayscale: #666666. Windows color (decimal): -11445284 or 14441297. OLE color: 14441297.

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

Color convert

RGB 81 91 220 -
CMYK 0.63 0.59 0 0.14
HSL 235.68º 0.67% 0.59% -
HSV(B) 235.68º 0.63% 0.86% -
XYZ 20.05 14.4 69.43 -
YUV 102.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 81 91 220 0.63 0.59 0 0.14 235.68 0.67 0.59
Hex 51 5B DC 3F 3B 0 E EC 43 3B
Octal 121 133 334 77 73 0 16 354 103 73
Binary 1010001 1011011 11011100 111111 111011 0 1110 11101100 1000011 111011

Color Harmonies of #515BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BDC

Black with #515BDC

Text Example


Text Example

White with #515BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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