Html Css Color HEX #505BDE Royal Blue

📋 copy color: '#505BDE'

red 80 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #505BDE

Tints of Royal Blue #505BDE

RGB

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

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

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

R = 20.36%
G = 23.16%
B = 56.49%

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

#505BDE (or 0x505BDE) is known color: Royal Blue. HEX triplet: 50, 5B and DE. RGB value is (80,91,222). Sum of RGB (Red+Green+Blue) = 80+91+222=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #505BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BDE is #AFA421. Grayscale: #666666. Windows color (decimal): -11510818 or 14572368. OLE color: 14572368.

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

Color convert

RGB 80 91 222 -
CMYK 0.64 0.59 0 0.13
HSL 235.35º 0.68% 0.59% -
HSV(B) 235.35º 0.64% 0.87% -
XYZ 20.23 14.46 70.83 -
YUV 102.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 80 91 222 0.64 0.59 0 0.13 235.35 0.68 0.59
Hex 50 5B DE 40 3B 0 D EB 44 3B
Octal 120 133 336 100 73 0 15 353 104 73
Binary 1010000 1011011 11011110 1000000 111011 0 1101 11101011 1000100 111011

Color Harmonies of #505BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BDE

Black with #505BDE

Text Example


Text Example

White with #505BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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