Html Css Color HEX #505DDC Royal Blue

📋 copy color: '#505DDC'

red 80 ◦ green 93 ◦ blue 220

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

Shades of Royal Blue #505DDC

Tints of Royal Blue #505DDC

RGB

 RED value IS 80 (31.64% from 255) = 20.36%

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

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

R = 20.36%
G = 23.66%
B = 55.98%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#505DDC (or 0x505DDC) is known color: Royal Blue. HEX triplet: 50, 5D and DC. RGB value is (80,93,220). Sum of RGB (Red+Green+Blue) = 80+93+220=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 93 (36.72% from 255 or 23.66% 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 #505DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DDC is #AFA223. Grayscale: #676767. Windows color (decimal): -11510308 or 14441808. OLE color: 14441808.

HSL color Cylindrical-coordinate representation of color #505DDC: hue angle of 234.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505DDC is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 93 220 -
CMYK 0.64 0.58 0 0.14
HSL 234.43º 0.67% 0.59% -
HSV(B) 234.43º 0.64% 0.86% -
XYZ 20.14 14.7 69.49 -
YUV 103.59 193.69 111.17 -
System Red Green Blue C M Y K H S L
Decimal 80 93 220 0.64 0.58 0 0.14 234.43 0.67 0.59
Hex 50 5D DC 40 3A 0 E EA 43 3B
Octal 120 135 334 100 72 0 16 352 103 73
Binary 1010000 1011101 11011100 1000000 111010 0 1110 11101010 1000011 111011

Color Harmonies of #505DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DDC

Black with #505DDC

Text Example


Text Example

White with #505DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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