Html Css Color HEX #5070CD Royal Blue

📋 copy color: '#5070CD'

red 80 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #5070CD

Tints of Royal Blue #5070CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 20.15%
G = 28.21%
B = 51.64%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5070CD (or 0x5070CD) is known color: Royal Blue. HEX triplet: 50, 70 and CD. RGB value is (80,112,205). Sum of RGB (Red+Green+Blue) = 80+112+205=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #5070CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070CD is #AF8F32. Grayscale: #707070. Windows color (decimal): -11505459 or 13463632. OLE color: 13463632.

HSL color Cylindrical-coordinate representation of color #5070CD: hue angle of 224.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5070CD is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 112 205 -
CMYK 0.61 0.45 0 0.20
HSL 224.64º 0.56% 0.56% -
HSV(B) 224.64º 0.61% 0.8% -
XYZ 20.12 17.7 60.11 -
YUV 113.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 80 112 205 0.61 0.45 0 0.20 224.64 0.56 0.56
Hex 50 70 CD 3D 2D 0 14 E1 38 38
Octal 120 160 315 75 55 0 24 341 70 70
Binary 1010000 1110000 11001101 111101 101101 0 10100 11100001 111000 111000

Color Harmonies of #5070CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5070CD

Black with #5070CD

Text Example


Text Example

White with #5070CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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