Html Css Color HEX #506DDD Royal Blue

📋 copy color: '#506DDD'

red 80 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #506DDD

Tints of Royal Blue #506DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

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

R = 19.51%
G = 26.59%
B = 53.9%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#506DDD (or 0x506DDD) is known color: Royal Blue. HEX triplet: 50, 6D and DD. RGB value is (80,109,221). Sum of RGB (Red+Green+Blue) = 80+109+221=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #506DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DDD is #AF9222. Grayscale: #707070. Windows color (decimal): -11506211 or 14511440. OLE color: 14511440.

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

Color convert

RGB 80 109 221 -
CMYK 0.64 0.51 0 0.13
HSL 227.66º 0.67% 0.59% -
HSV(B) 227.66º 0.64% 0.87% -
XYZ 21.83 17.86 70.7 -
YUV 113.1 188.89 104.39 -
System Red Green Blue C M Y K H S L
Decimal 80 109 221 0.64 0.51 0 0.13 227.66 0.67 0.59
Hex 50 6D DD 40 33 0 D E4 43 3B
Octal 120 155 335 100 63 0 15 344 103 73
Binary 1010000 1101101 11011101 1000000 110011 0 1101 11100100 1000011 111011

Color Harmonies of #506DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DDD

Black with #506DDD

Text Example


Text Example

White with #506DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506DDD; }

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

 H1.HeaderClassName
 {
   color: #506DDD;
 }
 .AnyTagClassName
 {
   color: #506DDD;
 }
</style>

background-color css

<style>
 a { background-color: #506DDD; }

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

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

border-color css

<style>
 span { border-color: #506DDD; }

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

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