Html Css Color HEX #506CFA Royal Blue

📋 copy color: '#506CFA'

red 80 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #506CFA

Tints of Royal Blue #506CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 18.26%
G = 24.66%
B = 57.08%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#506CFA (or 0x506CFA) is known color: Royal Blue. HEX triplet: 50, 6C and FA. RGB value is (80,108,250). Sum of RGB (Red+Green+Blue) = 80+108+250=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #506CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506CFA is #AF9305. Grayscale: #737373. Windows color (decimal): -11506438 or 16411728. OLE color: 16411728.

HSL color Cylindrical-coordinate representation of color #506CFA: hue angle of 230.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506CFA is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 108 250 -
CMYK 0.68 0.57 0 0.02
HSL 230.12º 0.94% 0.65% -
HSV(B) 230.12º 0.68% 0.98% -
XYZ 25.93 19.33 92.81 -
YUV 115.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 80 108 250 0.68 0.57 0 0.02 230.12 0.94 0.65
Hex 50 6C FA 44 39 0 2 E6 5E 41
Octal 120 154 372 104 71 0 2 346 136 101
Binary 1010000 1101100 11111010 1000100 111001 0 10 11100110 1011110 1000001

Color Harmonies of #506CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CFA

Black with #506CFA

Text Example


Text Example

White with #506CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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