Html Css Color HEX #506ADF Royal Blue

📋 copy color: '#506ADF'

red 80 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #506ADF

Tints of Royal Blue #506ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.92%

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 19.56%
G = 25.92%
B = 54.52%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#506ADF (or 0x506ADF) is known color: Royal Blue. HEX triplet: 50, 6A and DF. RGB value is (80,106,223). Sum of RGB (Red+Green+Blue) = 80+106+223=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #506ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ADF is #AF9520. Grayscale: #6F6F6F. Windows color (decimal): -11506977 or 14641744. OLE color: 14641744.

HSL color Cylindrical-coordinate representation of color #506ADF: hue angle of 229.09º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #506ADF is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 106 223 -
CMYK 0.64 0.52 0 0.13
HSL 229.09º 0.69% 0.59% -
HSV(B) 229.09º 0.64% 0.87% -
XYZ 21.78 17.34 72.01 -
YUV 111.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 80 106 223 0.64 0.52 0 0.13 229.09 0.69 0.59
Hex 50 6A DF 40 34 0 D E5 45 3B
Octal 120 152 337 100 64 0 15 345 105 73
Binary 1010000 1101010 11011111 1000000 110100 0 1101 11100101 1000101 111011

Color Harmonies of #506ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ADF

Black with #506ADF

Text Example


Text Example

White with #506ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,223); }

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

background-color css

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

 a { background-color: rgb(80,106,223); }

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

border-color css

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

 span { border-color: rgb(80,106,223); }

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