Html Css Color HEX #506FFE Royal Blue

📋 copy color: '#506FFE'

red 80 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #506FFE

Tints of Royal Blue #506FFE

RGB

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

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

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

R = 17.98%
G = 24.94%
B = 57.08%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#506FFE (or 0x506FFE) is known color: Royal Blue. HEX triplet: 50, 6F and FE. RGB value is (80,111,254). Sum of RGB (Red+Green+Blue) = 80+111+254=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #506FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FFE is #AF9001. Grayscale: #757575. Windows color (decimal): -11505666 or 16674640. OLE color: 16674640.

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

Color convert

RGB 80 111 254 -
CMYK 0.69 0.56 0 0.00
HSL 229.31º 0.99% 0.65% -
HSV(B) 229.31º 0.69% 1% -
XYZ 26.88 20.23 96.25 -
YUV 118.03 204.73 100.87 -
System Red Green Blue C M Y K H S L
Decimal 80 111 254 0.69 0.56 0 0.00 229.31 0.99 0.65
Hex 50 6F FE 45 38 0 0 E5 63 41
Octal 120 157 376 105 70 0 0 345 143 101
Binary 1010000 1101111 11111110 1000101 111000 0 0 11100101 1100011 1000001

Color Harmonies of #506FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FFE

Black with #506FFE

Text Example


Text Example

White with #506FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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