Html Css Color HEX #506DF4 Royal Blue

📋 copy color: '#506DF4'

red 80 ◦ green 109 ◦ blue 244

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

Shades of Royal Blue #506DF4

Tints of Royal Blue #506DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 56.35%

R = 18.48%
G = 25.17%
B = 56.35%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#506DF4 (or 0x506DF4) is known color: Royal Blue. HEX triplet: 50, 6D and F4. RGB value is (80,109,244). Sum of RGB (Red+Green+Blue) = 80+109+244=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 244 (95.70% from 255 or 56.35% from 433); Max value from RGB is 244 - color contains mainly: blue. Hex color #506DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506DF4 is #AF920B. Grayscale: #737373. Windows color (decimal): -11506188 or 16018768. OLE color: 16018768.

HSL color Cylindrical-coordinate representation of color #506DF4: hue angle of 229.39º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506DF4 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 109 244 -
CMYK 0.67 0.55 0 0.04
HSL 229.39º 0.88% 0.64% -
HSV(B) 229.39º 0.67% 0.96% -
XYZ 25.11 19.17 87.97 -
YUV 115.72 200.39 102.52 -
System Red Green Blue C M Y K H S L
Decimal 80 109 244 0.67 0.55 0 0.04 229.39 0.88 0.64
Hex 50 6D F4 43 37 0 4 E5 58 40
Octal 120 155 364 103 67 0 4 345 130 100
Binary 1010000 1101101 11110100 1000011 110111 0 100 11100101 1011000 1000000

Color Harmonies of #506DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DF4

Black with #506DF4

Text Example


Text Example

White with #506DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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