Html Css Color HEX #506EFE Royal Blue

📋 copy color: '#506EFE'

red 80 ◦ green 110 ◦ blue 254

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

Shades of Royal Blue #506EFE

Tints of Royal Blue #506EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 18.02%
G = 24.77%
B = 57.21%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#506EFE (or 0x506EFE) is known color: Royal Blue. HEX triplet: 50, 6E and FE. RGB value is (80,110,254). Sum of RGB (Red+Green+Blue) = 80+110+254=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #506EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EFE is #AF9101. Grayscale: #747474. Windows color (decimal): -11505922 or 16674384. OLE color: 16674384.

HSL color Cylindrical-coordinate representation of color #506EFE: hue angle of 229.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506EFE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 110 254 -
CMYK 0.69 0.57 0 0.00
HSL 229.66º 0.99% 0.65% -
HSV(B) 229.66º 0.69% 1% -
XYZ 26.77 20.01 96.22 -
YUV 117.45 205.06 101.29 -
System Red Green Blue C M Y K H S L
Decimal 80 110 254 0.69 0.57 0 0.00 229.66 0.99 0.65
Hex 50 6E FE 45 39 0 0 E6 63 41
Octal 120 156 376 105 71 0 0 346 143 101
Binary 1010000 1101110 11111110 1000101 111001 0 0 11100110 1100011 1000001

Color Harmonies of #506EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EFE

Black with #506EFE

Text Example


Text Example

White with #506EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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