Html Css Color HEX #5070DD Royal Blue

📋 copy color: '#5070DD'

red 80 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #5070DD

Tints of Royal Blue #5070DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 19.37%
G = 27.12%
B = 53.51%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5070DD (or 0x5070DD) is known color: Royal Blue. HEX triplet: 50, 70 and DD. RGB value is (80,112,221). Sum of RGB (Red+Green+Blue) = 80+112+221=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #5070DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070DD is #AF8F22. Grayscale: #727272. Windows color (decimal): -11505443 or 14512208. OLE color: 14512208.

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

Color convert

RGB 80 112 221 -
CMYK 0.64 0.49 0 0.13
HSL 226.38º 0.67% 0.59% -
HSV(B) 226.38º 0.64% 0.87% -
XYZ 22.15 18.51 70.81 -
YUV 114.86 187.9 103.14 -
System Red Green Blue C M Y K H S L
Decimal 80 112 221 0.64 0.49 0 0.13 226.38 0.67 0.59
Hex 50 70 DD 40 31 0 D E2 43 3B
Octal 120 160 335 100 61 0 15 342 103 73
Binary 1010000 1110000 11011101 1000000 110001 0 1101 11100010 1000011 111011

Color Harmonies of #5070DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5070DD

Black with #5070DD

Text Example


Text Example

White with #5070DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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