Html Css Color HEX #506DFE Royal Blue

📋 copy color: '#506DFE'

red 80 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #506DFE

Tints of Royal Blue #506DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

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

R = 18.06%
G = 24.6%
B = 57.34%

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

#506DFE (or 0x506DFE) is known color: Royal Blue. HEX triplet: 50, 6D and FE. RGB value is (80,109,254). Sum of RGB (Red+Green+Blue) = 80+109+254=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #506DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506DFE is #AF9201. Grayscale: #747474. Windows color (decimal): -11506178 or 16674128. OLE color: 16674128.

HSL color Cylindrical-coordinate representation of color #506DFE: hue angle of 230º 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 #506DFE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 109 254 -
CMYK 0.69 0.57 0 0.00
HSL 230º 0.99% 0.65% -
HSV(B) 230º 0.69% 1% -
XYZ 26.67 19.8 96.18 -
YUV 116.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 80 109 254 0.69 0.57 0 0.00 230 0.99 0.65
Hex 50 6D FE 45 39 0 0 E6 63 41
Octal 120 155 376 105 71 0 0 346 143 101
Binary 1010000 1101101 11111110 1000101 111001 0 0 11100110 1100011 1000001

Color Harmonies of #506DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DFE

Black with #506DFE

Text Example


Text Example

White with #506DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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