Shades of Blue #092FEF
Tints of Blue #092FEF
RGB
CMYK
RGB Variations
Color information
#092FEF (or 0x092FEF) is known color: Blue. HEX triplet: 09, 2F and EF. RGB value is (9,47,239). Sum of RGB (Red+Green+Blue) = 9+47+239=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #092FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FEF is #F6D010. Grayscale: #383838. Windows color (decimal): -16175121 or 15675145. OLE color: 15675145.
HSL color Cylindrical-coordinate representation of color #092FEF: hue angle of 230.09º 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 #092FEF is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 47 | 239 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.06 |
| HSL | 230.09º | 0.93% | 0.49% | - |
| HSV(B) | 230.09º | 0.96% | 0.94% | - |
| XYZ | 16.71 | 8.32 | 82.39 | - |
| YUV | 57.53 | 230.41 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 239 | 0.96 | 0.80 | 0 | 0.06 | 230.09 | 0.93 | 0.49 |
| Hex | 9 | 2F | EF | 60 | 50 | 0 | 6 | E6 | 5D | 31 |
| Octal | 11 | 57 | 357 | 140 | 120 | 0 | 6 | 346 | 135 | 61 |
| Binary | 1001 | 101111 | 11101111 | 1100000 | 1010000 | 0 | 110 | 11100110 | 1011101 | 110001 |
Color Harmonies of #092FEF
Complementary color
Monochromatic Colors of #092FEF
Black with #092FEF
Text Example
Text Example
White with #092FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FEF; }
p { color: rgb(9,47,239); }
H1.HeaderClassName
{
color: #092FEF;
}
.AnyTagClassName
{
color: #092FEF;
}
</style>
background-color css
<style>
a { background-color: #092FEF; }
a { background-color: rgb(9,47,239); }
div.DivClassName
{
background-color: #092FEF;
}
.BgClassName
{
background-color: #092FEF;
}
</style>
border-color css
<style>
span { border-color: #092FEF; }
span { border-color: rgb(9,47,239); }
td.TdClassName
{
border-color: #092FEF;
}
.TagClassName
{
border-color: #092FEF;
}
</style>