Html Css Color HEX #506CFE Royal Blue

📋 copy color: '#506CFE'

red 80 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #506CFE

Tints of Royal Blue #506CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.43%

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

R = 18.1%
G = 24.43%
B = 57.47%

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

#506CFE (or 0x506CFE) is known color: Royal Blue. HEX triplet: 50, 6C and FE. RGB value is (80,108,254). Sum of RGB (Red+Green+Blue) = 80+108+254=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #506CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506CFE is #AF9301. Grayscale: #737373. Windows color (decimal): -11506434 or 16673872. OLE color: 16673872.

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

Color convert

RGB 80 108 254 -
CMYK 0.69 0.57 0 0.00
HSL 230.34º 0.99% 0.65% -
HSV(B) 230.34º 0.69% 1% -
XYZ 26.56 19.59 96.15 -
YUV 116.27 205.72 102.13 -
System Red Green Blue C M Y K H S L
Decimal 80 108 254 0.69 0.57 0 0.00 230.34 0.99 0.65
Hex 50 6C FE 45 39 0 0 E6 63 41
Octal 120 154 376 105 71 0 0 346 143 101
Binary 1010000 1101100 11111110 1000101 111001 0 0 11100110 1100011 1000001

Color Harmonies of #506CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CFE

Black with #506CFE

Text Example


Text Example

White with #506CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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