Shades of Blue #1905EE
Tints of Blue #1905EE
RGB
CMYK
RGB Variations
Color information
#1905EE (or 0x1905EE) is known color: Blue. HEX triplet: 19, 05 and EE. RGB value is (25,5,238). Sum of RGB (Red+Green+Blue) = 25+5+238=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 238 (93.36% from 255 or 88.81% from 268); Max value from RGB is 238 - color contains mainly: blue. Hex color #1905EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1905EE is #E6FA11. Grayscale: #242424. Windows color (decimal): -15137298 or 15598873. OLE color: 15598873.
HSL color Cylindrical-coordinate representation of color #1905EE: hue angle of 245.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1905EE is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 5 | 238 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.07 |
| HSL | 245.15º | 0.96% | 0.48% | - |
| HSV(B) | 245.15º | 0.98% | 0.93% | - |
| XYZ | 15.89 | 6.49 | 81.3 | - |
| YUV | 37.54 | 241.13 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 238 | 0.89 | 0.98 | 0 | 0.07 | 245.15 | 0.96 | 0.48 |
| Hex | 19 | 5 | EE | 59 | 62 | 0 | 7 | F5 | 60 | 30 |
| Octal | 31 | 5 | 356 | 131 | 142 | 0 | 7 | 365 | 140 | 60 |
| Binary | 11001 | 101 | 11101110 | 1011001 | 1100010 | 0 | 111 | 11110101 | 1100000 | 110000 |
Color Harmonies of #1905EE
Complementary color
Monochromatic Colors of #1905EE
Black with #1905EE
Text Example
Text Example
White with #1905EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1905EE; }
p { color: rgb(25,5,238); }
H1.HeaderClassName
{
color: #1905EE;
}
.AnyTagClassName
{
color: #1905EE;
}
</style>
background-color css
<style>
a { background-color: #1905EE; }
a { background-color: rgb(25,5,238); }
div.DivClassName
{
background-color: #1905EE;
}
.BgClassName
{
background-color: #1905EE;
}
</style>
border-color css
<style>
span { border-color: #1905EE; }
span { border-color: rgb(25,5,238); }
td.TdClassName
{
border-color: #1905EE;
}
.TagClassName
{
border-color: #1905EE;
}
</style>