Html Css Color HEX #505DD9 Royal Blue

📋 copy color: '#505DD9'

red 80 ◦ green 93 ◦ blue 217

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

Shades of Royal Blue #505DD9

Tints of Royal Blue #505DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 55.64%

R = 20.51%
G = 23.85%
B = 55.64%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#505DD9 (or 0x505DD9) is known color: Royal Blue. HEX triplet: 50, 5D and D9. RGB value is (80,93,217). Sum of RGB (Red+Green+Blue) = 80+93+217=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #505DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DD9 is #AFA226. Grayscale: #666666. Windows color (decimal): -11510311 or 14245200. OLE color: 14245200.

HSL color Cylindrical-coordinate representation of color #505DD9: hue angle of 234.31º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #505DD9 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 93 217 -
CMYK 0.63 0.57 0 0.15
HSL 234.31º 0.64% 0.58% -
HSV(B) 234.31º 0.63% 0.85% -
XYZ 19.75 14.54 67.41 -
YUV 103.25 192.19 111.42 -
System Red Green Blue C M Y K H S L
Decimal 80 93 217 0.63 0.57 0 0.15 234.31 0.64 0.58
Hex 50 5D D9 3F 39 0 F EA 40 3A
Octal 120 135 331 77 71 0 17 352 100 72
Binary 1010000 1011101 11011001 111111 111001 0 1111 11101010 1000000 111010

Color Harmonies of #505DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DD9

Black with #505DD9

Text Example


Text Example

White with #505DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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