#1903D0

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

Shades of Medium Blue #1903D0

Tints of Medium Blue #1903D0

Color information

#1903D0 (or 0x1903D0) is unknown color: approx Medium Blue. HEX triplet: 19, 03 and D0. RGB value is (25,3,208). Sum of RGB (Red+Green+Blue) = 25+3+208=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 208 (81.64% from 255 or 88.14% from 236); Max value from RGB is 208 - color contains mainly: blue. Hex color #1903D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1903D0 is #E6FC2F. Grayscale: #202020. Windows color (decimal): -15137840 or 13632281. OLE color: 13632281.

HSL color Cylindrical-coordinate representation of color #1903D0: hue angle of 246.44º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1903D0 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB253208-
CMYK0.880.9900.18
HSL246.44º97.16%41.37%-
HSV(B)246.44º98.56%81.57%-
XYZ11.824.8359.98-
YUV32.95226.79122.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 208 (81.64% from 255) = 88.14%
R=10.59%
G=1.27%
B=88.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2532080.880.9900.18246.4497.1641.37
Hex193D05863012f66129
Octal31332013014302236614151
Binary11001111101000010110001100011010010111101101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1903D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1903D0; }

 p { color: rgb(25,3,208); }

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

<style>
 a { background-color: #1903D0; }

 a { background-color: rgb(25,3,208); }

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

<style>
 span { border-color: #1903D0; }

 span { border-color: rgb(25,3,208); }

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