Shades of Medium Blue #090FDD
Tints of Medium Blue #090FDD
RGB
CMYK
RGB Variations
Color information
#090FDD (or 0x090FDD) is known color: Medium Blue. HEX triplet: 09, 0F and DD. RGB value is (9,15,221). Sum of RGB (Red+Green+Blue) = 9+15+221=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 221 (86.72% from 255 or 90.20% from 245); Max value from RGB is 221 - color contains mainly: blue. Hex color #090FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090FDD is #F6F022. Grayscale: #232323. Windows color (decimal): -16183331 or 14487305. OLE color: 14487305.
HSL color Cylindrical-coordinate representation of color #090FDD: hue angle of 238.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090FDD is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 15 | 221 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.13 |
| HSL | 238.3º | 0.92% | 0.45% | - |
| HSV(B) | 238.3º | 0.96% | 0.87% | - |
| XYZ | 13.33 | 5.62 | 68.79 | - |
| YUV | 36.69 | 232.01 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 221 | 0.96 | 0.93 | 0 | 0.13 | 238.3 | 0.92 | 0.45 |
| Hex | 9 | F | DD | 60 | 5D | 0 | D | EE | 5C | 2D |
| Octal | 11 | 17 | 335 | 140 | 135 | 0 | 15 | 356 | 134 | 55 |
| Binary | 1001 | 1111 | 11011101 | 1100000 | 1011101 | 0 | 1101 | 11101110 | 1011100 | 101101 |
Color Harmonies of #090FDD
Complementary color
Monochromatic Colors of #090FDD
Black with #090FDD
Text Example
Text Example
White with #090FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FDD; }
p { color: rgb(9,15,221); }
H1.HeaderClassName
{
color: #090FDD;
}
.AnyTagClassName
{
color: #090FDD;
}
</style>
background-color css
<style>
a { background-color: #090FDD; }
a { background-color: rgb(9,15,221); }
div.DivClassName
{
background-color: #090FDD;
}
.BgClassName
{
background-color: #090FDD;
}
</style>
border-color css
<style>
span { border-color: #090FDD; }
span { border-color: rgb(9,15,221); }
td.TdClassName
{
border-color: #090FDD;
}
.TagClassName
{
border-color: #090FDD;
}
</style>