Html Css Color HEX #506FED Royal Blue

📋 copy color: '#506FED'

red 80 ◦ green 111 ◦ blue 237

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

Shades of Royal Blue #506FED

Tints of Royal Blue #506FED

RGB

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

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

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

R = 18.69%
G = 25.93%
B = 55.37%

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

#506FED (or 0x506FED) is known color: Royal Blue. HEX triplet: 50, 6F and ED. RGB value is (80,111,237). Sum of RGB (Red+Green+Blue) = 80+111+237=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #506FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FED is #AF9012. Grayscale: #737373. Windows color (decimal): -11505683 or 15560528. OLE color: 15560528.

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

Color convert

RGB 80 111 237 -
CMYK 0.66 0.53 0 0.07
HSL 228.15º 0.81% 0.62% -
HSV(B) 228.15º 0.66% 0.93% -
XYZ 24.28 19.19 82.54 -
YUV 116.1 196.23 102.25 -
System Red Green Blue C M Y K H S L
Decimal 80 111 237 0.66 0.53 0 0.07 228.15 0.81 0.62
Hex 50 6F ED 42 35 0 7 E4 51 3E
Octal 120 157 355 102 65 0 7 344 121 76
Binary 1010000 1101111 11101101 1000010 110101 0 111 11100100 1010001 111110

Color Harmonies of #506FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FED

Black with #506FED

Text Example


Text Example

White with #506FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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