#1517DE

Color #1517DE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1517DE

Tints of Medium Blue #1517DE

Color information

#1517DE (or 0x1517DE) is unknown color: approx Medium Blue. HEX triplet: 15, 17 and DE. RGB value is (21,23,222). Sum of RGB (Red+Green+Blue) = 21+23+222=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #1517DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517DE is #EAE821. Grayscale: #2C2C2C. Windows color (decimal): -15394850 or 14554901. OLE color: 14554901.

HSL color Cylindrical-coordinate representation of color #1517DE: hue angle of 239.4º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1517DE is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2123222-
CMYK0.910.9000.13
HSL239.4º82.72%47.65%-
HSV(B)239.4º90.54%87.06%-
XYZ13.86.0569.55-
YUV45.09227.84110.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 23 (9.38% from 255) = 8.65%
BLUE value IS 222 (87.11% from 255) = 83.46%
R=7.89%
G=8.65%
B=83.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21232220.910.9000.13239.482.7247.65
Hex1517DE5B5A0Def5330
Octal252733613313201535712360
Binary1010110111110111101011011101101001101111011111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1517DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1517DE; }

 p { color: rgb(21,23,222); }

 H1.HeaderClassName
 {
   color: #1517DE;
 }
 .AnyTagClassName
 {
   color: #1517DE;
 }
</style>
background-color css

<style>
 a { background-color: #1517DE; }

 a { background-color: rgb(21,23,222); }

 div.DivClassName
 {
   background-color: #1517DE;
 }
 .BgClassName
 {
   background-color: #1517DE;
 }
</style>
border-color css

<style>
 span { border-color: #1517DE; }

 span { border-color: rgb(21,23,222); }

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