Shades of Medium Blue #1902E4
Tints of Medium Blue #1902E4
RGB
CMYK
RGB Variations
Color information
#1902E4 (or 0x1902E4) is known color: Medium Blue. HEX triplet: 19, 02 and E4. RGB value is (25,2,228). Sum of RGB (Red+Green+Blue) = 25+2+228=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 228 (89.45% from 255 or 89.41% from 255); Max value from RGB is 228 - color contains mainly: blue. Hex color #1902E4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1902E4 is #E6FD1B. Grayscale: #212121. Windows color (decimal): -15138076 or 14942745. OLE color: 14942745.
HSL color Cylindrical-coordinate representation of color #1902E4: hue angle of 246.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1902E4 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 2 | 228 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.11 |
| HSL | 246.11º | 0.98% | 0.45% | - |
| HSV(B) | 246.11º | 0.99% | 0.89% | - |
| XYZ | 14.43 | 5.85 | 73.77 | - |
| YUV | 34.64 | 237.12 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 228 | 0.89 | 0.99 | 0 | 0.11 | 246.11 | 0.98 | 0.45 |
| Hex | 19 | 2 | E4 | 59 | 63 | 0 | B | F6 | 62 | 2D |
| Octal | 31 | 2 | 344 | 131 | 143 | 0 | 13 | 366 | 142 | 55 |
| Binary | 11001 | 10 | 11100100 | 1011001 | 1100011 | 0 | 1011 | 11110110 | 1100010 | 101101 |
Color Harmonies of #1902E4
Complementary color
Monochromatic Colors of #1902E4
Black with #1902E4
Text Example
Text Example
White with #1902E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1902E4; }
p { color: rgb(25,2,228); }
H1.HeaderClassName
{
color: #1902E4;
}
.AnyTagClassName
{
color: #1902E4;
}
</style>
background-color css
<style>
a { background-color: #1902E4; }
a { background-color: rgb(25,2,228); }
div.DivClassName
{
background-color: #1902E4;
}
.BgClassName
{
background-color: #1902E4;
}
</style>
border-color css
<style>
span { border-color: #1902E4; }
span { border-color: rgb(25,2,228); }
td.TdClassName
{
border-color: #1902E4;
}
.TagClassName
{
border-color: #1902E4;
}
</style>