Shades of Medium Blue #090FDF
Tints of Medium Blue #090FDF
RGB
CMYK
RGB Variations
Color information
#090FDF (or 0x090FDF) is known color: Medium Blue. HEX triplet: 09, 0F and DF. RGB value is (9,15,223). Sum of RGB (Red+Green+Blue) = 9+15+223=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #090FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090FDF is #F6F020. Grayscale: #242424. Windows color (decimal): -16183329 or 14618377. OLE color: 14618377.
HSL color Cylindrical-coordinate representation of color #090FDF: hue angle of 238.32º 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 #090FDF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 15 | 223 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.13 |
| HSL | 238.32º | 0.92% | 0.45% | - |
| HSV(B) | 238.32º | 0.96% | 0.87% | - |
| XYZ | 13.6 | 5.73 | 70.2 | - |
| YUV | 36.92 | 233.01 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 223 | 0.96 | 0.93 | 0 | 0.13 | 238.32 | 0.92 | 0.45 |
| Hex | 9 | F | DF | 60 | 5D | 0 | D | EE | 5C | 2D |
| Octal | 11 | 17 | 337 | 140 | 135 | 0 | 15 | 356 | 134 | 55 |
| Binary | 1001 | 1111 | 11011111 | 1100000 | 1011101 | 0 | 1101 | 11101110 | 1011100 | 101101 |
Color Harmonies of #090FDF
Complementary color
Monochromatic Colors of #090FDF
Black with #090FDF
Text Example
Text Example
White with #090FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FDF; }
p { color: rgb(9,15,223); }
H1.HeaderClassName
{
color: #090FDF;
}
.AnyTagClassName
{
color: #090FDF;
}
</style>
background-color css
<style>
a { background-color: #090FDF; }
a { background-color: rgb(9,15,223); }
div.DivClassName
{
background-color: #090FDF;
}
.BgClassName
{
background-color: #090FDF;
}
</style>
border-color css
<style>
span { border-color: #090FDF; }
span { border-color: rgb(9,15,223); }
td.TdClassName
{
border-color: #090FDF;
}
.TagClassName
{
border-color: #090FDF;
}
</style>