Html Css Color HEX #506DF3 Royal Blue

📋 copy color: '#506DF3'

red 80 ◦ green 109 ◦ blue 243

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

Shades of Royal Blue #506DF3

Tints of Royal Blue #506DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.25%

R = 18.52%
G = 25.23%
B = 56.25%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#506DF3 (or 0x506DF3) is known color: Royal Blue. HEX triplet: 50, 6D and F3. RGB value is (80,109,243). Sum of RGB (Red+Green+Blue) = 80+109+243=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #506DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506DF3 is #AF920C. Grayscale: #737373. Windows color (decimal): -11506189 or 15953232. OLE color: 15953232.

HSL color Cylindrical-coordinate representation of color #506DF3: hue angle of 229.33º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506DF3 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 109 243 -
CMYK 0.67 0.55 0 0.05
HSL 229.33º 0.87% 0.63% -
HSV(B) 229.33º 0.67% 0.95% -
XYZ 24.95 19.11 87.17 -
YUV 115.61 199.89 102.6 -
System Red Green Blue C M Y K H S L
Decimal 80 109 243 0.67 0.55 0 0.05 229.33 0.87 0.63
Hex 50 6D F3 43 37 0 5 E5 57 3F
Octal 120 155 363 103 67 0 5 345 127 77
Binary 1010000 1101101 11110011 1000011 110111 0 101 11100101 1010111 111111

Color Harmonies of #506DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DF3

Black with #506DF3

Text Example


Text Example

White with #506DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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