#1904E2

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

Shades of Medium Blue #1904E2

Tints of Medium Blue #1904E2

Color information

#1904E2 (or 0x1904E2) is unknown color: approx Medium Blue. HEX triplet: 19, 04 and E2. RGB value is (25,4,226). Sum of RGB (Red+Green+Blue) = 25+4+226=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 226 (88.67% from 255 or 88.63% from 255); Max value from RGB is 226 - color contains mainly: blue. Hex color #1904E2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1904E2 is #E6FB1D. Grayscale: #222222. Windows color (decimal): -15137566 or 14812185. OLE color: 14812185.

HSL color Cylindrical-coordinate representation of color #1904E2: hue angle of 245.68º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1904E2 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB254226-
CMYK0.890.9800.11
HSL245.68º96.52%45.1%-
HSV(B)245.68º98.23%88.63%-
XYZ14.175.7872.32-
YUV35.59235.46120.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.80%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 226 (88.67% from 255) = 88.63%
R=9.80%
G=1.57%
B=88.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2542260.890.9800.11245.6896.5245.1
Hex194E259620Bf6612d
Octal31434213114201336614155
Binary11001100111000101011001110001001011111101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1904E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1904E2; }

 p { color: rgb(25,4,226); }

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

<style>
 a { background-color: #1904E2; }

 a { background-color: rgb(25,4,226); }

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

<style>
 span { border-color: #1904E2; }

 span { border-color: rgb(25,4,226); }

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