Shades of Blue #090FFA
Tints of Blue #090FFA
RGB
CMYK
RGB Variations
Color information
#090FFA (or 0x090FFA) is known color: Blue. HEX triplet: 09, 0F and FA. RGB value is (9,15,250). Sum of RGB (Red+Green+Blue) = 9+15+250=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 250 (98.05% from 255 or 91.24% from 274); Max value from RGB is 250 - color contains mainly: blue. Hex color #090FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090FFA is #F6F005. Grayscale: #272727. Windows color (decimal): -16183302 or 16387849. OLE color: 16387849.
HSL color Cylindrical-coordinate representation of color #090FFA: hue angle of 238.51º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090FFA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 15 | 250 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.02 |
| HSL | 238.51º | 0.96% | 0.51% | - |
| HSV(B) | 238.51º | 0.96% | 0.98% | - |
| XYZ | 17.54 | 7.3 | 90.93 | - |
| YUV | 40 | 246.51 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 250 | 0.96 | 0.94 | 0 | 0.02 | 238.51 | 0.96 | 0.51 |
| Hex | 9 | F | FA | 60 | 5E | 0 | 2 | EF | 60 | 33 |
| Octal | 11 | 17 | 372 | 140 | 136 | 0 | 2 | 357 | 140 | 63 |
| Binary | 1001 | 1111 | 11111010 | 1100000 | 1011110 | 0 | 10 | 11101111 | 1100000 | 110011 |
Color Harmonies of #090FFA
Complementary color
Monochromatic Colors of #090FFA
Black with #090FFA
Text Example
Text Example
White with #090FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FFA; }
p { color: rgb(9,15,250); }
H1.HeaderClassName
{
color: #090FFA;
}
.AnyTagClassName
{
color: #090FFA;
}
</style>
background-color css
<style>
a { background-color: #090FFA; }
a { background-color: rgb(9,15,250); }
div.DivClassName
{
background-color: #090FFA;
}
.BgClassName
{
background-color: #090FFA;
}
</style>
border-color css
<style>
span { border-color: #090FFA; }
span { border-color: rgb(9,15,250); }
td.TdClassName
{
border-color: #090FFA;
}
.TagClassName
{
border-color: #090FFA;
}
</style>