Shades of Blue #092EEE
Tints of Blue #092EEE
RGB
CMYK
RGB Variations
Color information
#092EEE (or 0x092EEE) is known color: Blue. HEX triplet: 09, 2E and EE. RGB value is (9,46,238). Sum of RGB (Red+Green+Blue) = 9+46+238=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #092EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092EEE is #F6D111. Grayscale: #383838. Windows color (decimal): -16175378 or 15609353. OLE color: 15609353.
HSL color Cylindrical-coordinate representation of color #092EEE: hue angle of 230.31º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092EEE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 46 | 238 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.07 |
| HSL | 230.31º | 0.93% | 0.48% | - |
| HSV(B) | 230.31º | 0.96% | 0.93% | - |
| XYZ | 16.52 | 8.19 | 81.6 | - |
| YUV | 56.83 | 230.24 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 238 | 0.96 | 0.81 | 0 | 0.07 | 230.31 | 0.93 | 0.48 |
| Hex | 9 | 2E | EE | 60 | 51 | 0 | 7 | E6 | 5D | 30 |
| Octal | 11 | 56 | 356 | 140 | 121 | 0 | 7 | 346 | 135 | 60 |
| Binary | 1001 | 101110 | 11101110 | 1100000 | 1010001 | 0 | 111 | 11100110 | 1011101 | 110000 |
Color Harmonies of #092EEE
Complementary color
Monochromatic Colors of #092EEE
Black with #092EEE
Text Example
Text Example
White with #092EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092EEE; }
p { color: rgb(9,46,238); }
H1.HeaderClassName
{
color: #092EEE;
}
.AnyTagClassName
{
color: #092EEE;
}
</style>
background-color css
<style>
a { background-color: #092EEE; }
a { background-color: rgb(9,46,238); }
div.DivClassName
{
background-color: #092EEE;
}
.BgClassName
{
background-color: #092EEE;
}
</style>
border-color css
<style>
span { border-color: #092EEE; }
span { border-color: rgb(9,46,238); }
td.TdClassName
{
border-color: #092EEE;
}
.TagClassName
{
border-color: #092EEE;
}
</style>