Shades of Blue #092FEE
Tints of Blue #092FEE
RGB
CMYK
RGB Variations
Color information
#092FEE (or 0x092FEE) is known color: Blue. HEX triplet: 09, 2F and EE. RGB value is (9,47,238). Sum of RGB (Red+Green+Blue) = 9+47+238=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 238 (93.36% from 255 or 80.95% from 294); Max value from RGB is 238 - color contains mainly: blue. Hex color #092FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FEE is #F6D011. Grayscale: #383838. Windows color (decimal): -16175122 or 15609609. OLE color: 15609609.
HSL color Cylindrical-coordinate representation of color #092FEE: hue angle of 230.04º 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 #092FEE is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 47 | 238 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.07 |
| HSL | 230.04º | 0.93% | 0.48% | - |
| HSV(B) | 230.04º | 0.96% | 0.93% | - |
| XYZ | 16.56 | 8.26 | 81.61 | - |
| YUV | 57.41 | 229.91 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 238 | 0.96 | 0.80 | 0 | 0.07 | 230.04 | 0.93 | 0.48 |
| Hex | 9 | 2F | EE | 60 | 50 | 0 | 7 | E6 | 5D | 30 |
| Octal | 11 | 57 | 356 | 140 | 120 | 0 | 7 | 346 | 135 | 60 |
| Binary | 1001 | 101111 | 11101110 | 1100000 | 1010000 | 0 | 111 | 11100110 | 1011101 | 110000 |
Color Harmonies of #092FEE
Complementary color
Monochromatic Colors of #092FEE
Black with #092FEE
Text Example
Text Example
White with #092FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FEE; }
p { color: rgb(9,47,238); }
H1.HeaderClassName
{
color: #092FEE;
}
.AnyTagClassName
{
color: #092FEE;
}
</style>
background-color css
<style>
a { background-color: #092FEE; }
a { background-color: rgb(9,47,238); }
div.DivClassName
{
background-color: #092FEE;
}
.BgClassName
{
background-color: #092FEE;
}
</style>
border-color css
<style>
span { border-color: #092FEE; }
span { border-color: rgb(9,47,238); }
td.TdClassName
{
border-color: #092FEE;
}
.TagClassName
{
border-color: #092FEE;
}
</style>