Html Css Color HEX #506EED Royal Blue

📋 copy color: '#506EED'

red 80 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #506EED

Tints of Royal Blue #506EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 18.74%
G = 25.76%
B = 55.5%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#506EED (or 0x506EED) is known color: Royal Blue. HEX triplet: 50, 6E and ED. RGB value is (80,110,237). Sum of RGB (Red+Green+Blue) = 80+110+237=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #506EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EED is #AF9112. Grayscale: #727272. Windows color (decimal): -11505939 or 15560272. OLE color: 15560272.

HSL color Cylindrical-coordinate representation of color #506EED: hue angle of 228.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506EED is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 110 237 -
CMYK 0.66 0.54 0 0.07
HSL 228.54º 0.81% 0.62% -
HSV(B) 228.54º 0.66% 0.93% -
XYZ 24.17 18.97 82.51 -
YUV 115.51 196.56 102.67 -
System Red Green Blue C M Y K H S L
Decimal 80 110 237 0.66 0.54 0 0.07 228.54 0.81 0.62
Hex 50 6E ED 42 36 0 7 E5 51 3E
Octal 120 156 355 102 66 0 7 345 121 76
Binary 1010000 1101110 11101101 1000010 110110 0 111 11100101 1010001 111110

Color Harmonies of #506EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EED

Black with #506EED

Text Example


Text Example

White with #506EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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