Html Css Color HEX #505BDD Royal Blue

📋 copy color: '#505BDD'

red 80 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #505BDD

Tints of Royal Blue #505BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 20.41%
G = 23.21%
B = 56.38%

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

#505BDD (or 0x505BDD) is known color: Royal Blue. HEX triplet: 50, 5B and DD. RGB value is (80,91,221). Sum of RGB (Red+Green+Blue) = 80+91+221=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #505BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BDD is #AFA422. Grayscale: #666666. Windows color (decimal): -11510819 or 14506832. OLE color: 14506832.

HSL color Cylindrical-coordinate representation of color #505BDD: hue angle of 235.32º degrees, saturation: 0.67, 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 #505BDD is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 91 221 -
CMYK 0.64 0.59 0 0.13
HSL 235.32º 0.67% 0.59% -
HSV(B) 235.32º 0.64% 0.87% -
XYZ 20.1 14.41 70.13 -
YUV 102.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 80 91 221 0.64 0.59 0 0.13 235.32 0.67 0.59
Hex 50 5B DD 40 3B 0 D EB 43 3B
Octal 120 133 335 100 73 0 15 353 103 73
Binary 1010000 1011011 11011101 1000000 111011 0 1101 11101011 1000011 111011

Color Harmonies of #505BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BDD

Black with #505BDD

Text Example


Text Example

White with #505BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,221); }

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

background-color css

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

 a { background-color: rgb(80,91,221); }

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

border-color css

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

 span { border-color: rgb(80,91,221); }

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