#1905D0

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

Shades of Medium Blue #1905D0

Tints of Medium Blue #1905D0

Color information

#1905D0 (or 0x1905D0) is unknown color: approx Medium Blue. HEX triplet: 19, 05 and D0. RGB value is (25,5,208). Sum of RGB (Red+Green+Blue) = 25+5+208=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 208 (81.64% from 255 or 87.39% from 238); Max value from RGB is 208 - color contains mainly: blue. Hex color #1905D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1905D0 is #E6FA2F. Grayscale: #212121. Windows color (decimal): -15137328 or 13632793. OLE color: 13632793.

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

Color convert

RGB255208-
CMYK0.880.9800.18
HSL245.91º95.31%41.76%-
HSV(B)245.91º97.6%81.57%-
XYZ11.844.8759.99-
YUV34.12226.13121.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 5 (2.34% from 255) = 2.10%
BLUE value IS 208 (81.64% from 255) = 87.39%
R=10.50%
G=2.10%
B=87.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2552080.880.9800.18245.9195.3141.76
Hex195D05862012f65f2a
Octal31532013014202236613752
Binary110011011101000010110001100010010010111101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1905D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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