Html Css Color HEX #5076DD Royal Blue

📋 copy color: '#5076DD'

red 80 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #5076DD

Tints of Royal Blue #5076DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 19.09%
G = 28.16%
B = 52.74%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5076DD (or 0x5076DD) is known color: Royal Blue. HEX triplet: 50, 76 and DD. RGB value is (80,118,221). Sum of RGB (Red+Green+Blue) = 80+118+221=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #5076DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076DD is #AF8922. Grayscale: #757575. Windows color (decimal): -11503907 or 14513744. OLE color: 14513744.

HSL color Cylindrical-coordinate representation of color #5076DD: hue angle of 223.83º degrees, saturation: 0.67, 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 #5076DD is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 118 221 -
CMYK 0.64 0.47 0 0.13
HSL 223.83º 0.67% 0.59% -
HSV(B) 223.83º 0.64% 0.87% -
XYZ 22.84 19.88 71.04 -
YUV 118.38 185.91 100.62 -
System Red Green Blue C M Y K H S L
Decimal 80 118 221 0.64 0.47 0 0.13 223.83 0.67 0.59
Hex 50 76 DD 40 2F 0 D E0 43 3B
Octal 120 166 335 100 57 0 15 340 103 73
Binary 1010000 1110110 11011101 1000000 101111 0 1101 11100000 1000011 111011

Color Harmonies of #5076DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076DD

Black with #5076DD

Text Example


Text Example

White with #5076DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5076DD; }

 p { color: rgb(80,118,221); }

 H1.HeaderClassName
 {
   color: #5076DD;
 }
 .AnyTagClassName
 {
   color: #5076DD;
 }
</style>

background-color css

<style>
 a { background-color: #5076DD; }

 a { background-color: rgb(80,118,221); }

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

border-color css

<style>
 span { border-color: #5076DD; }

 span { border-color: rgb(80,118,221); }

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