Shades of Blue #092FFF
Tints of Blue #092FFF
RGB
CMYK
RGB Variations
Color information
#092FFF (or 0x092FFF) is known color: Blue. HEX triplet: 09, 2F and FF. RGB value is (9,47,255). Sum of RGB (Red+Green+Blue) = 9+47+255=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #092FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FFF is #F6D000. Grayscale: #3A3A3A. Windows color (decimal): -16175105 or 16723721. OLE color: 16723721.
HSL color Cylindrical-coordinate representation of color #092FFF: hue angle of 230.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FFF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 47 | 255 | - |
| CMYK | 0.96 | 0.82 | 0 | 0 |
| HSL | 230.73º | 1% | 0.52% | - |
| HSV(B) | 230.73º | 0.96% | 1% | - |
| XYZ | 19.18 | 9.31 | 95.39 | - |
| YUV | 59.35 | 238.41 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 255 | 0.96 | 0.82 | 0 | 0 | 230.73 | 1 | 0.52 |
| Hex | 9 | 2F | FF | 60 | 52 | 0 | 0 | E7 | 64 | 34 |
| Octal | 11 | 57 | 377 | 140 | 122 | 0 | 0 | 347 | 144 | 64 |
| Binary | 1001 | 101111 | 11111111 | 1100000 | 1010010 | 0 | 0 | 11100111 | 1100100 | 110100 |
Color Harmonies of #092FFF
Complementary color
Monochromatic Colors of #092FFF
Black with #092FFF
Text Example
Text Example
White with #092FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FFF; }
p { color: rgb(9,47,255); }
H1.HeaderClassName
{
color: #092FFF;
}
.AnyTagClassName
{
color: #092FFF;
}
</style>
background-color css
<style>
a { background-color: #092FFF; }
a { background-color: rgb(9,47,255); }
div.DivClassName
{
background-color: #092FFF;
}
.BgClassName
{
background-color: #092FFF;
}
</style>
border-color css
<style>
span { border-color: #092FFF; }
span { border-color: rgb(9,47,255); }
td.TdClassName
{
border-color: #092FFF;
}
.TagClassName
{
border-color: #092FFF;
}
</style>