Shades of Blue #090FEF
Tints of Blue #090FEF
RGB
CMYK
RGB Variations
Color information
#090FEF (or 0x090FEF) is known color: Blue. HEX triplet: 09, 0F and EF. RGB value is (9,15,239). Sum of RGB (Red+Green+Blue) = 9+15+239=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 239 (93.75% from 255 or 90.87% from 263); Max value from RGB is 239 - color contains mainly: blue. Hex color #090FEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090FEF is #F6F010. Grayscale: #252525. Windows color (decimal): -16183313 or 15666953. OLE color: 15666953.
HSL color Cylindrical-coordinate representation of color #090FEF: hue angle of 238.43º 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 #090FEF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 15 | 239 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.06 |
| HSL | 238.43º | 0.93% | 0.49% | - |
| HSV(B) | 238.43º | 0.96% | 0.94% | - |
| XYZ | 15.86 | 6.63 | 82.11 | - |
| YUV | 38.74 | 241.01 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 239 | 0.96 | 0.94 | 0 | 0.06 | 238.43 | 0.93 | 0.49 |
| Hex | 9 | F | EF | 60 | 5E | 0 | 6 | EE | 5D | 31 |
| Octal | 11 | 17 | 357 | 140 | 136 | 0 | 6 | 356 | 135 | 61 |
| Binary | 1001 | 1111 | 11101111 | 1100000 | 1011110 | 0 | 110 | 11101110 | 1011101 | 110001 |
Color Harmonies of #090FEF
Complementary color
Monochromatic Colors of #090FEF
Black with #090FEF
Text Example
Text Example
White with #090FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FEF; }
p { color: rgb(9,15,239); }
H1.HeaderClassName
{
color: #090FEF;
}
.AnyTagClassName
{
color: #090FEF;
}
</style>
background-color css
<style>
a { background-color: #090FEF; }
a { background-color: rgb(9,15,239); }
div.DivClassName
{
background-color: #090FEF;
}
.BgClassName
{
background-color: #090FEF;
}
</style>
border-color css
<style>
span { border-color: #090FEF; }
span { border-color: rgb(9,15,239); }
td.TdClassName
{
border-color: #090FEF;
}
.TagClassName
{
border-color: #090FEF;
}
</style>