Html Css Color HEX #515CDC Royal Blue

📋 copy color: '#515CDC'

red 81 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #515CDC

Tints of Royal Blue #515CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

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

R = 20.61%
G = 23.41%
B = 55.98%

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

#515CDC (or 0x515CDC) is known color: Royal Blue. HEX triplet: 51, 5C and DC. RGB value is (81,92,220). Sum of RGB (Red+Green+Blue) = 81+92+220=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #515CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CDC is #AEA323. Grayscale: #666666. Windows color (decimal): -11445028 or 14441553. OLE color: 14441553.

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

Color convert

RGB 81 92 220 -
CMYK 0.63 0.58 0 0.14
HSL 235.25º 0.67% 0.59% -
HSV(B) 235.25º 0.63% 0.86% -
XYZ 20.14 14.57 69.46 -
YUV 103.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 81 92 220 0.63 0.58 0 0.14 235.25 0.67 0.59
Hex 51 5C DC 3F 3A 0 E EB 43 3B
Octal 121 134 334 77 72 0 16 353 103 73
Binary 1010001 1011100 11011100 111111 111010 0 1110 11101011 1000011 111011

Color Harmonies of #515CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CDC

Black with #515CDC

Text Example


Text Example

White with #515CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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