Html Css Color HEX #505CDC Royal Blue

📋 copy color: '#505CDC'

red 80 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #505CDC

Tints of Royal Blue #505CDC

RGB

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

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

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

R = 20.41%
G = 23.47%
B = 56.12%

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

#505CDC (or 0x505CDC) is known color: Royal Blue. HEX triplet: 50, 5C and DC. RGB value is (80,92,220). Sum of RGB (Red+Green+Blue) = 80+92+220=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 92 (36.33% from 255 or 23.47% 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 #505CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CDC is #AFA323. Grayscale: #666666. Windows color (decimal): -11510564 or 14441552. OLE color: 14441552.

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

Color convert

RGB 80 92 220 -
CMYK 0.64 0.58 0 0.14
HSL 234.86º 0.67% 0.59% -
HSV(B) 234.86º 0.64% 0.86% -
XYZ 20.05 14.53 69.46 -
YUV 103 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 80 92 220 0.64 0.58 0 0.14 234.86 0.67 0.59
Hex 50 5C DC 40 3A 0 E EB 43 3B
Octal 120 134 334 100 72 0 16 353 103 73
Binary 1010000 1011100 11011100 1000000 111010 0 1110 11101011 1000011 111011

Color Harmonies of #505CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CDC

Black with #505CDC

Text Example


Text Example

White with #505CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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