Shades of Blue #090EEA
Tints of Blue #090EEA
RGB
CMYK
RGB Variations
Color information
#090EEA (or 0x090EEA) is known color: Blue. HEX triplet: 09, 0E and EA. RGB value is (9,14,234). Sum of RGB (Red+Green+Blue) = 9+14+234=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 234 (91.80% from 255 or 91.05% from 257); Max value from RGB is 234 - color contains mainly: blue. Hex color #090EEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090EEA is #F6F115. Grayscale: #242424. Windows color (decimal): -16183574 or 15339017. OLE color: 15339017.
HSL color Cylindrical-coordinate representation of color #090EEA: hue angle of 238.67º 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 #090EEA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 14 | 234 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.08 |
| HSL | 238.67º | 0.93% | 0.48% | - |
| HSV(B) | 238.67º | 0.96% | 0.92% | - |
| XYZ | 15.12 | 6.31 | 78.26 | - |
| YUV | 37.59 | 238.84 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 234 | 0.96 | 0.94 | 0 | 0.08 | 238.67 | 0.93 | 0.48 |
| Hex | 9 | E | EA | 60 | 5E | 0 | 8 | EF | 5D | 30 |
| Octal | 11 | 16 | 352 | 140 | 136 | 0 | 10 | 357 | 135 | 60 |
| Binary | 1001 | 1110 | 11101010 | 1100000 | 1011110 | 0 | 1000 | 11101111 | 1011101 | 110000 |
Color Harmonies of #090EEA
Complementary color
Monochromatic Colors of #090EEA
Black with #090EEA
Text Example
Text Example
White with #090EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090EEA; }
p { color: rgb(9,14,234); }
H1.HeaderClassName
{
color: #090EEA;
}
.AnyTagClassName
{
color: #090EEA;
}
</style>
background-color css
<style>
a { background-color: #090EEA; }
a { background-color: rgb(9,14,234); }
div.DivClassName
{
background-color: #090EEA;
}
.BgClassName
{
background-color: #090EEA;
}
</style>
border-color css
<style>
span { border-color: #090EEA; }
span { border-color: rgb(9,14,234); }
td.TdClassName
{
border-color: #090EEA;
}
.TagClassName
{
border-color: #090EEA;
}
</style>