Shades of Blue #1805EC
Tints of Blue #1805EC
RGB
CMYK
RGB Variations
Color information
#1805EC (or 0x1805EC) is known color: Blue. HEX triplet: 18, 05 and EC. RGB value is (24,5,236). Sum of RGB (Red+Green+Blue) = 24+5+236=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 236 (92.58% from 255 or 89.06% from 265); Max value from RGB is 236 - color contains mainly: blue. Hex color #1805EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1805EC is #E7FA13. Grayscale: #242424. Windows color (decimal): -15202836 or 15467800. OLE color: 15467800.
HSL color Cylindrical-coordinate representation of color #1805EC: hue angle of 244.94º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1805EC is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 5 | 236 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.07 |
| HSL | 244.94º | 0.96% | 0.47% | - |
| HSV(B) | 244.94º | 0.98% | 0.93% | - |
| XYZ | 15.57 | 6.36 | 79.76 | - |
| YUV | 37.02 | 240.29 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 236 | 0.90 | 0.98 | 0 | 0.07 | 244.94 | 0.96 | 0.47 |
| Hex | 18 | 5 | EC | 5A | 62 | 0 | 7 | F5 | 60 | 2F |
| Octal | 30 | 5 | 354 | 132 | 142 | 0 | 7 | 365 | 140 | 57 |
| Binary | 11000 | 101 | 11101100 | 1011010 | 1100010 | 0 | 111 | 11110101 | 1100000 | 101111 |
Color Harmonies of #1805EC
Complementary color
Monochromatic Colors of #1805EC
Black with #1805EC
Text Example
Text Example
White with #1805EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1805EC; }
p { color: rgb(24,5,236); }
H1.HeaderClassName
{
color: #1805EC;
}
.AnyTagClassName
{
color: #1805EC;
}
</style>
background-color css
<style>
a { background-color: #1805EC; }
a { background-color: rgb(24,5,236); }
div.DivClassName
{
background-color: #1805EC;
}
.BgClassName
{
background-color: #1805EC;
}
</style>
border-color css
<style>
span { border-color: #1805EC; }
span { border-color: rgb(24,5,236); }
td.TdClassName
{
border-color: #1805EC;
}
.TagClassName
{
border-color: #1805EC;
}
</style>