Html Css Color HEX #505CDE Royal Blue

📋 copy color: '#505CDE'

red 80 ◦ green 92 ◦ blue 222

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

Shades of Royal Blue #505CDE

Tints of Royal Blue #505CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.35%

R = 20.3%
G = 23.35%
B = 56.35%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#505CDE (or 0x505CDE) is known color: Royal Blue. HEX triplet: 50, 5C and DE. RGB value is (80,92,222). Sum of RGB (Red+Green+Blue) = 80+92+222=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #505CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CDE is #AFA321. Grayscale: #666666. Windows color (decimal): -11510562 or 14572624. OLE color: 14572624.

HSL color Cylindrical-coordinate representation of color #505CDE: hue angle of 234.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505CDE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 92 222 -
CMYK 0.64 0.59 0 0.13
HSL 234.93º 0.68% 0.59% -
HSV(B) 234.93º 0.64% 0.87% -
XYZ 20.32 14.63 70.86 -
YUV 103.23 195.02 111.43 -
System Red Green Blue C M Y K H S L
Decimal 80 92 222 0.64 0.59 0 0.13 234.93 0.68 0.59
Hex 50 5C DE 40 3B 0 D EB 44 3B
Octal 120 134 336 100 73 0 15 353 104 73
Binary 1010000 1011100 11011110 1000000 111011 0 1101 11101011 1000100 111011

Color Harmonies of #505CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CDE

Black with #505CDE

Text Example


Text Example

White with #505CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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