Html Css Color HEX #515EDC Royal Blue

📋 copy color: '#515EDC'

red 81 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #515EDC

Tints of Royal Blue #515EDC

RGB

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

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

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

R = 20.51%
G = 23.8%
B = 55.7%

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

#515EDC (or 0x515EDC) is known color: Royal Blue. HEX triplet: 51, 5E and DC. RGB value is (81,94,220). Sum of RGB (Red+Green+Blue) = 81+94+220=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #515EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EDC is #AEA123. Grayscale: #676767. Windows color (decimal): -11444516 or 14442065. OLE color: 14442065.

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

Color convert

RGB 81 94 220 -
CMYK 0.63 0.57 0 0.14
HSL 234.39º 0.67% 0.59% -
HSV(B) 234.39º 0.63% 0.86% -
XYZ 20.31 14.92 69.52 -
YUV 104.48 193.19 111.25 -
System Red Green Blue C M Y K H S L
Decimal 81 94 220 0.63 0.57 0 0.14 234.39 0.67 0.59
Hex 51 5E DC 3F 39 0 E EA 43 3B
Octal 121 136 334 77 71 0 16 352 103 73
Binary 1010001 1011110 11011100 111111 111001 0 1110 11101010 1000011 111011

Color Harmonies of #515EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EDC

Black with #515EDC

Text Example


Text Example

White with #515EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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