Shades of Blue #090FEA
Tints of Blue #090FEA
RGB
CMYK
RGB Variations
Color information
#090FEA (or 0x090FEA) is known color: Blue. HEX triplet: 09, 0F and EA. RGB value is (9,15,234). Sum of RGB (Red+Green+Blue) = 9+15+234=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 234 (91.80% from 255 or 90.70% from 258); Max value from RGB is 234 - color contains mainly: blue. Hex color #090FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090FEA is #F6F015. Grayscale: #252525. Windows color (decimal): -16183318 or 15339273. OLE color: 15339273.
HSL color Cylindrical-coordinate representation of color #090FEA: hue angle of 238.4º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090FEA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 15 | 234 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.08 |
| HSL | 238.4º | 0.93% | 0.48% | - |
| HSV(B) | 238.4º | 0.96% | 0.92% | - |
| XYZ | 15.13 | 6.34 | 78.27 | - |
| YUV | 38.17 | 238.51 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 234 | 0.96 | 0.94 | 0 | 0.08 | 238.4 | 0.93 | 0.48 |
| Hex | 9 | F | EA | 60 | 5E | 0 | 8 | EE | 5D | 30 |
| Octal | 11 | 17 | 352 | 140 | 136 | 0 | 10 | 356 | 135 | 60 |
| Binary | 1001 | 1111 | 11101010 | 1100000 | 1011110 | 0 | 1000 | 11101110 | 1011101 | 110000 |
Color Harmonies of #090FEA
Complementary color
Monochromatic Colors of #090FEA
Black with #090FEA
Text Example
Text Example
White with #090FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FEA; }
p { color: rgb(9,15,234); }
H1.HeaderClassName
{
color: #090FEA;
}
.AnyTagClassName
{
color: #090FEA;
}
</style>
background-color css
<style>
a { background-color: #090FEA; }
a { background-color: rgb(9,15,234); }
div.DivClassName
{
background-color: #090FEA;
}
.BgClassName
{
background-color: #090FEA;
}
</style>
border-color css
<style>
span { border-color: #090FEA; }
span { border-color: rgb(9,15,234); }
td.TdClassName
{
border-color: #090FEA;
}
.TagClassName
{
border-color: #090FEA;
}
</style>