Shades of Blue #090EEC
Tints of Blue #090EEC
RGB
CMYK
RGB Variations
Color information
#090EEC (or 0x090EEC) is known color: Blue. HEX triplet: 09, 0E and EC. RGB value is (9,14,236). Sum of RGB (Red+Green+Blue) = 9+14+236=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 236 (92.58% from 255 or 91.12% from 259); Max value from RGB is 236 - color contains mainly: blue. Hex color #090EEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090EEC is #F6F113. Grayscale: #242424. Windows color (decimal): -16183572 or 15470089. OLE color: 15470089.
HSL color Cylindrical-coordinate representation of color #090EEC: hue angle of 238.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090EEC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 14 | 236 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.07 |
| HSL | 238.68º | 0.93% | 0.48% | - |
| HSV(B) | 238.68º | 0.96% | 0.93% | - |
| XYZ | 15.41 | 6.43 | 79.79 | - |
| YUV | 37.81 | 239.84 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 236 | 0.96 | 0.94 | 0 | 0.07 | 238.68 | 0.93 | 0.48 |
| Hex | 9 | E | EC | 60 | 5E | 0 | 7 | EF | 5D | 30 |
| Octal | 11 | 16 | 354 | 140 | 136 | 0 | 7 | 357 | 135 | 60 |
| Binary | 1001 | 1110 | 11101100 | 1100000 | 1011110 | 0 | 111 | 11101111 | 1011101 | 110000 |
Color Harmonies of #090EEC
Complementary color
Monochromatic Colors of #090EEC
Black with #090EEC
Text Example
Text Example
White with #090EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090EEC; }
p { color: rgb(9,14,236); }
H1.HeaderClassName
{
color: #090EEC;
}
.AnyTagClassName
{
color: #090EEC;
}
</style>
background-color css
<style>
a { background-color: #090EEC; }
a { background-color: rgb(9,14,236); }
div.DivClassName
{
background-color: #090EEC;
}
.BgClassName
{
background-color: #090EEC;
}
</style>
border-color css
<style>
span { border-color: #090EEC; }
span { border-color: rgb(9,14,236); }
td.TdClassName
{
border-color: #090EEC;
}
.TagClassName
{
border-color: #090EEC;
}
</style>