Html Css Color HEX #506AD0 Royal Blue

📋 copy color: '#506AD0'

red 80 ◦ green 106 ◦ blue 208

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

Shades of Royal Blue #506AD0

Tints of Royal Blue #506AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.79%

R = 20.3%
G = 26.9%
B = 52.79%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#506AD0 (or 0x506AD0) is known color: Royal Blue. HEX triplet: 50, 6A and D0. RGB value is (80,106,208). Sum of RGB (Red+Green+Blue) = 80+106+208=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #506AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506AD0 is #AF952F. Grayscale: #6D6D6D. Windows color (decimal): -11506992 or 13658704. OLE color: 13658704.

HSL color Cylindrical-coordinate representation of color #506AD0: hue angle of 227.81º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506AD0 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 106 208 -
CMYK 0.62 0.49 0 0.18
HSL 227.81º 0.58% 0.56% -
HSV(B) 227.81º 0.62% 0.82% -
XYZ 19.85 16.57 61.83 -
YUV 109.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 80 106 208 0.62 0.49 0 0.18 227.81 0.58 0.56
Hex 50 6A D0 3E 31 0 12 E4 3A 38
Octal 120 152 320 76 61 0 22 344 72 70
Binary 1010000 1101010 11010000 111110 110001 0 10010 11100100 111010 111000

Color Harmonies of #506AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506AD0

Black with #506AD0

Text Example


Text Example

White with #506AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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