Html Css Color HEX #506ECD Royal Blue

📋 copy color: '#506ECD'

red 80 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #506ECD

Tints of Royal Blue #506ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 20.25%
G = 27.85%
B = 51.9%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#506ECD (or 0x506ECD) is known color: Royal Blue. HEX triplet: 50, 6E and CD. RGB value is (80,110,205). Sum of RGB (Red+Green+Blue) = 80+110+205=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #506ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ECD is #AF9132. Grayscale: #6F6F6F. Windows color (decimal): -11505971 or 13463120. OLE color: 13463120.

HSL color Cylindrical-coordinate representation of color #506ECD: hue angle of 225.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506ECD is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 110 205 -
CMYK 0.61 0.46 0 0.20
HSL 225.6º 0.56% 0.56% -
HSV(B) 225.6º 0.61% 0.8% -
XYZ 19.9 17.27 60.04 -
YUV 111.86 180.56 105.28 -
System Red Green Blue C M Y K H S L
Decimal 80 110 205 0.61 0.46 0 0.20 225.6 0.56 0.56
Hex 50 6E CD 3D 2E 0 14 E2 38 38
Octal 120 156 315 75 56 0 24 342 70 70
Binary 1010000 1101110 11001101 111101 101110 0 10100 11100010 111000 111000

Color Harmonies of #506ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ECD

Black with #506ECD

Text Example


Text Example

White with #506ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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