Html Css Color HEX #5072DD Royal Blue

📋 copy color: '#5072DD'

red 80 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #5072DD

Tints of Royal Blue #5072DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 19.28%
G = 27.47%
B = 53.25%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5072DD (or 0x5072DD) is known color: Royal Blue. HEX triplet: 50, 72 and DD. RGB value is (80,114,221). Sum of RGB (Red+Green+Blue) = 80+114+221=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #5072DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5072DD is #AF8D22. Grayscale: #737373. Windows color (decimal): -11504931 or 14512720. OLE color: 14512720.

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

Color convert

RGB 80 114 221 -
CMYK 0.64 0.48 0 0.13
HSL 225.53º 0.67% 0.59% -
HSV(B) 225.53º 0.64% 0.87% -
XYZ 22.38 18.96 70.89 -
YUV 116.03 187.24 102.3 -
System Red Green Blue C M Y K H S L
Decimal 80 114 221 0.64 0.48 0 0.13 225.53 0.67 0.59
Hex 50 72 DD 40 30 0 D E2 43 3B
Octal 120 162 335 100 60 0 15 342 103 73
Binary 1010000 1110010 11011101 1000000 110000 0 1101 11100010 1000011 111011

Color Harmonies of #5072DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5072DD

Black with #5072DD

Text Example


Text Example

White with #5072DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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