Shades of Medium Blue #090DCE
Tints of Medium Blue #090DCE
RGB
CMYK
RGB Variations
Color information
#090DCE (or 0x090DCE) is known color: Medium Blue. HEX triplet: 09, 0D and CE. RGB value is (9,13,206). Sum of RGB (Red+Green+Blue) = 9+13+206=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 206 (80.86% from 255 or 90.35% from 228); Max value from RGB is 206 - color contains mainly: blue. Hex color #090DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DCE is #F6F231. Grayscale: #212121. Windows color (decimal): -16183858 or 13503753. OLE color: 13503753.
HSL color Cylindrical-coordinate representation of color #090DCE: hue angle of 238.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090DCE is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 13 | 206 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.19 |
| HSL | 238.78º | 0.92% | 0.42% | - |
| HSV(B) | 238.78º | 0.96% | 0.81% | - |
| XYZ | 11.4 | 4.8 | 58.72 | - |
| YUV | 33.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 206 | 0.96 | 0.94 | 0 | 0.19 | 238.78 | 0.92 | 0.42 |
| Hex | 9 | D | CE | 60 | 5E | 0 | 13 | EF | 5C | 2A |
| Octal | 11 | 15 | 316 | 140 | 136 | 0 | 23 | 357 | 134 | 52 |
| Binary | 1001 | 1101 | 11001110 | 1100000 | 1011110 | 0 | 10011 | 11101111 | 1011100 | 101010 |
Color Harmonies of #090DCE
Complementary color
Monochromatic Colors of #090DCE
Black with #090DCE
Text Example
Text Example
White with #090DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DCE; }
p { color: rgb(9,13,206); }
H1.HeaderClassName
{
color: #090DCE;
}
.AnyTagClassName
{
color: #090DCE;
}
</style>
background-color css
<style>
a { background-color: #090DCE; }
a { background-color: rgb(9,13,206); }
div.DivClassName
{
background-color: #090DCE;
}
.BgClassName
{
background-color: #090DCE;
}
</style>
border-color css
<style>
span { border-color: #090DCE; }
span { border-color: rgb(9,13,206); }
td.TdClassName
{
border-color: #090DCE;
}
.TagClassName
{
border-color: #090DCE;
}
</style>