Html Css Color HEX #1516CD Medium Blue

📋 copy color: '#1516CD'

red 21 ◦ green 22 ◦ blue 205

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

Shades of Medium Blue #1516CD

Tints of Medium Blue #1516CD

RGB

 RED value IS 21 (8.59% from 255) = 8.47%

 GREEN value IS 22 (8.98% from 255) = 8.87%

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

R = 8.47%
G = 8.87%
B = 82.66%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1516CD (or 0x1516CD) is known color: Medium Blue. HEX triplet: 15, 16 and CD. RGB value is (21,22,205). Sum of RGB (Red+Green+Blue) = 21+22+205=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #1516CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1516CD is #EAE932. Grayscale: #292929. Windows color (decimal): -15395123 or 13440533. OLE color: 13440533.

HSL color Cylindrical-coordinate representation of color #1516CD: hue angle of 239.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1516CD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 22 205 -
CMYK 0.90 0.89 0 0.20
HSL 239.67º 0.81% 0.44% -
HSV(B) 239.67º 0.9% 0.8% -
XYZ 11.62 5.14 58.14 -
YUV 42.56 219.67 112.62 -
System Red Green Blue C M Y K H S L
Decimal 21 22 205 0.90 0.89 0 0.20 239.67 0.81 0.44
Hex 15 16 CD 5A 59 0 14 F0 51 2C
Octal 25 26 315 132 131 0 24 360 121 54
Binary 10101 10110 11001101 1011010 1011001 0 10100 11110000 1010001 101100

Color Harmonies of #1516CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1516CD

Black with #1516CD

Text Example


Text Example

White with #1516CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,22,205); }

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

background-color css

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

 a { background-color: rgb(21,22,205); }

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

border-color css

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

 span { border-color: rgb(21,22,205); }

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