Shades of Blue #090FFF
Tints of Blue #090FFF
RGB
CMYK
RGB Variations
Color information
#090FFF (or 0x090FFF) is known color: Blue. HEX triplet: 09, 0F and FF. RGB value is (9,15,255). Sum of RGB (Red+Green+Blue) = 9+15+255=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 255 (100% from 255 or 91.40% from 279); Max value from RGB is 255 - color contains mainly: blue. Hex color #090FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090FFF is #F6F000. Grayscale: #272727. Windows color (decimal): -16183297 or 16715529. OLE color: 16715529.
HSL color Cylindrical-coordinate representation of color #090FFF: hue angle of 238.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090FFF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 15 | 255 | - |
| CMYK | 0.96 | 0.94 | 0 | 0 |
| HSL | 238.54º | 1% | 0.52% | - |
| HSV(B) | 238.54º | 0.96% | 1% | - |
| XYZ | 18.33 | 7.62 | 95.11 | - |
| YUV | 40.57 | 249.01 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 255 | 0.96 | 0.94 | 0 | 0 | 238.54 | 1 | 0.52 |
| Hex | 9 | F | FF | 60 | 5E | 0 | 0 | EF | 64 | 34 |
| Octal | 11 | 17 | 377 | 140 | 136 | 0 | 0 | 357 | 144 | 64 |
| Binary | 1001 | 1111 | 11111111 | 1100000 | 1011110 | 0 | 0 | 11101111 | 1100100 | 110100 |
Color Harmonies of #090FFF
Complementary color
Monochromatic Colors of #090FFF
Black with #090FFF
Text Example
Text Example
White with #090FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FFF; }
p { color: rgb(9,15,255); }
H1.HeaderClassName
{
color: #090FFF;
}
.AnyTagClassName
{
color: #090FFF;
}
</style>
background-color css
<style>
a { background-color: #090FFF; }
a { background-color: rgb(9,15,255); }
div.DivClassName
{
background-color: #090FFF;
}
.BgClassName
{
background-color: #090FFF;
}
</style>
border-color css
<style>
span { border-color: #090FFF; }
span { border-color: rgb(9,15,255); }
td.TdClassName
{
border-color: #090FFF;
}
.TagClassName
{
border-color: #090FFF;
}
</style>