#190ED2

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

Shades of Medium Blue #190ED2

Tints of Medium Blue #190ED2

Color information

#190ED2 (or 0x190ED2) is unknown color: approx Medium Blue. HEX triplet: 19, 0E and D2. RGB value is (25,14,210). Sum of RGB (Red+Green+Blue) = 25+14+210=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 210 (82.42% from 255 or 84.34% from 249); Max value from RGB is 210 - color contains mainly: blue. Hex color #190ED2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ED2 is #E6F12D. Grayscale: #262626. Windows color (decimal): -15135022 or 13766169. OLE color: 13766169.

HSL color Cylindrical-coordinate representation of color #190ED2: hue angle of 243.37º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190ED2 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2514210-
CMYK0.880.9300.18
HSL243.37º87.5%43.92%-
HSV(B)243.37º93.33%82.35%-
XYZ12.195.1761.33-
YUV39.63224.14117.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 210 (82.42% from 255) = 84.34%
R=10.04%
G=5.62%
B=84.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25142100.880.9300.18243.3787.543.92
Hex19ED2585D012f3582c
Octal311632213013502236313054
Binary1100111101101001010110001011101010010111100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190ED2; }

 p { color: rgb(25,14,210); }

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

<style>
 a { background-color: #190ED2; }

 a { background-color: rgb(25,14,210); }

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

<style>
 span { border-color: #190ED2; }

 span { border-color: rgb(25,14,210); }

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