Shades of Medium Blue #090DCF
Tints of Medium Blue #090DCF
RGB
CMYK
RGB Variations
Color information
#090DCF (or 0x090DCF) is known color: Medium Blue. HEX triplet: 09, 0D and CF. RGB value is (9,13,207). Sum of RGB (Red+Green+Blue) = 9+13+207=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 207 (81.25% from 255 or 90.39% from 229); Max value from RGB is 207 - color contains mainly: blue. Hex color #090DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DCF is #F6F230. Grayscale: #212121. Windows color (decimal): -16183857 or 13569289. OLE color: 13569289.
HSL color Cylindrical-coordinate representation of color #090DCF: hue angle of 238.79º 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 #090DCF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 13 | 207 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.19 |
| HSL | 238.79º | 0.92% | 0.42% | - |
| HSV(B) | 238.79º | 0.96% | 0.81% | - |
| XYZ | 11.52 | 4.85 | 59.36 | - |
| YUV | 33.92 | 225.67 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 207 | 0.96 | 0.94 | 0 | 0.19 | 238.79 | 0.92 | 0.42 |
| Hex | 9 | D | CF | 60 | 5E | 0 | 13 | EF | 5C | 2A |
| Octal | 11 | 15 | 317 | 140 | 136 | 0 | 23 | 357 | 134 | 52 |
| Binary | 1001 | 1101 | 11001111 | 1100000 | 1011110 | 0 | 10011 | 11101111 | 1011100 | 101010 |
Color Harmonies of #090DCF
Complementary color
Monochromatic Colors of #090DCF
Black with #090DCF
Text Example
Text Example
White with #090DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DCF; }
p { color: rgb(9,13,207); }
H1.HeaderClassName
{
color: #090DCF;
}
.AnyTagClassName
{
color: #090DCF;
}
</style>
background-color css
<style>
a { background-color: #090DCF; }
a { background-color: rgb(9,13,207); }
div.DivClassName
{
background-color: #090DCF;
}
.BgClassName
{
background-color: #090DCF;
}
</style>
border-color css
<style>
span { border-color: #090DCF; }
span { border-color: rgb(9,13,207); }
td.TdClassName
{
border-color: #090DCF;
}
.TagClassName
{
border-color: #090DCF;
}
</style>