Html Css Color HEX #506ED2 Royal Blue

📋 copy color: '#506ED2'

red 80 ◦ green 110 ◦ blue 210

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

Shades of Royal Blue #506ED2

Tints of Royal Blue #506ED2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

 BLUE value IS 210 (82.42% from 255) = 52.5%

R = 20%
G = 27.5%
B = 52.5%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#506ED2 (or 0x506ED2) is known color: Royal Blue. HEX triplet: 50, 6E and D2. RGB value is (80,110,210). Sum of RGB (Red+Green+Blue) = 80+110+210=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #506ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ED2 is #AF912D. Grayscale: #707070. Windows color (decimal): -11505966 or 13790800. OLE color: 13790800.

HSL color Cylindrical-coordinate representation of color #506ED2: hue angle of 226.15º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506ED2 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 110 210 -
CMYK 0.62 0.48 0 0.18
HSL 226.15º 0.59% 0.57% -
HSV(B) 226.15º 0.62% 0.82% -
XYZ 20.52 17.51 63.27 -
YUV 112.43 183.06 104.87 -
System Red Green Blue C M Y K H S L
Decimal 80 110 210 0.62 0.48 0 0.18 226.15 0.59 0.57
Hex 50 6E D2 3E 30 0 12 E2 3B 39
Octal 120 156 322 76 60 0 22 342 73 71
Binary 1010000 1101110 11010010 111110 110000 0 10010 11100010 111011 111001

Color Harmonies of #506ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ED2

Black with #506ED2

Text Example


Text Example

White with #506ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,110,210); }

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

background-color css

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

 a { background-color: rgb(80,110,210); }

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

border-color css

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

 span { border-color: rgb(80,110,210); }

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