Html Css Color HEX #506FEC Royal Blue

📋 copy color: '#506FEC'

red 80 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #506FEC

Tints of Royal Blue #506FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 18.74%
G = 26%
B = 55.27%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#506FEC (or 0x506FEC) is known color: Royal Blue. HEX triplet: 50, 6F and EC. RGB value is (80,111,236). Sum of RGB (Red+Green+Blue) = 80+111+236=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #506FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FEC is #AF9013. Grayscale: #737373. Windows color (decimal): -11505684 or 15494992. OLE color: 15494992.

HSL color Cylindrical-coordinate representation of color #506FEC: hue angle of 228.08º degrees, saturation: 0.8, 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 #506FEC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 111 236 -
CMYK 0.66 0.53 0 0.07
HSL 228.08º 0.8% 0.62% -
HSV(B) 228.08º 0.66% 0.93% -
XYZ 24.13 19.13 81.78 -
YUV 115.98 195.73 102.34 -
System Red Green Blue C M Y K H S L
Decimal 80 111 236 0.66 0.53 0 0.07 228.08 0.8 0.62
Hex 50 6F EC 42 35 0 7 E4 50 3E
Octal 120 157 354 102 65 0 7 344 120 76
Binary 1010000 1101111 11101100 1000010 110101 0 111 11100100 1010000 111110

Color Harmonies of #506FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FEC

Black with #506FEC

Text Example


Text Example

White with #506FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,236); }

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

background-color css

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

 a { background-color: rgb(80,111,236); }

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

border-color css

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

 span { border-color: rgb(80,111,236); }

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