Html Css Color HEX #506DE2 Royal Blue

📋 copy color: '#506DE2'

red 80 ◦ green 109 ◦ blue 226

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

Shades of Royal Blue #506DE2

Tints of Royal Blue #506DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 54.46%

R = 19.28%
G = 26.27%
B = 54.46%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#506DE2 (or 0x506DE2) is known color: Royal Blue. HEX triplet: 50, 6D and E2. RGB value is (80,109,226). Sum of RGB (Red+Green+Blue) = 80+109+226=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #506DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DE2 is #AF921D. Grayscale: #717171. Windows color (decimal): -11506206 or 14839120. OLE color: 14839120.

HSL color Cylindrical-coordinate representation of color #506DE2: hue angle of 228.08º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506DE2 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 109 226 -
CMYK 0.65 0.52 0 0.11
HSL 228.08º 0.72% 0.6% -
HSV(B) 228.08º 0.65% 0.89% -
XYZ 22.5 18.13 74.27 -
YUV 113.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 80 109 226 0.65 0.52 0 0.11 228.08 0.72 0.6
Hex 50 6D E2 41 34 0 B E4 48 3C
Octal 120 155 342 101 64 0 13 344 110 74
Binary 1010000 1101101 11100010 1000001 110100 0 1011 11100100 1001000 111100

Color Harmonies of #506DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DE2

Black with #506DE2

Text Example


Text Example

White with #506DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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