Shades of Blue #090DF0
Tints of Blue #090DF0
RGB
CMYK
RGB Variations
Color information
#090DF0 (or 0x090DF0) is known color: Blue. HEX triplet: 09, 0D and F0. RGB value is (9,13,240). Sum of RGB (Red+Green+Blue) = 9+13+240=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 240 (94.14% from 255 or 91.60% from 262); Max value from RGB is 240 - color contains mainly: blue. Hex color #090DF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090DF0 is #F6F20F. Grayscale: #242424. Windows color (decimal): -16183824 or 15731977. OLE color: 15731977.
HSL color Cylindrical-coordinate representation of color #090DF0: hue angle of 238.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090DF0 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 13 | 240 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.06 |
| HSL | 238.96º | 0.93% | 0.49% | - |
| HSV(B) | 238.96º | 0.96% | 0.94% | - |
| XYZ | 15.98 | 6.64 | 82.88 | - |
| YUV | 37.68 | 242.17 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 240 | 0.96 | 0.95 | 0 | 0.06 | 238.96 | 0.93 | 0.49 |
| Hex | 9 | D | F0 | 60 | 5F | 0 | 6 | EF | 5D | 31 |
| Octal | 11 | 15 | 360 | 140 | 137 | 0 | 6 | 357 | 135 | 61 |
| Binary | 1001 | 1101 | 11110000 | 1100000 | 1011111 | 0 | 110 | 11101111 | 1011101 | 110001 |
Color Harmonies of #090DF0
Complementary color
Monochromatic Colors of #090DF0
Black with #090DF0
Text Example
Text Example
White with #090DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DF0; }
p { color: rgb(9,13,240); }
H1.HeaderClassName
{
color: #090DF0;
}
.AnyTagClassName
{
color: #090DF0;
}
</style>
background-color css
<style>
a { background-color: #090DF0; }
a { background-color: rgb(9,13,240); }
div.DivClassName
{
background-color: #090DF0;
}
.BgClassName
{
background-color: #090DF0;
}
</style>
border-color css
<style>
span { border-color: #090DF0; }
span { border-color: rgb(9,13,240); }
td.TdClassName
{
border-color: #090DF0;
}
.TagClassName
{
border-color: #090DF0;
}
</style>