Shades of Blue #092FFE
Tints of Blue #092FFE
RGB
CMYK
RGB Variations
Color information
#092FFE (or 0x092FFE) is known color: Blue. HEX triplet: 09, 2F and FE. RGB value is (9,47,254). Sum of RGB (Red+Green+Blue) = 9+47+254=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #092FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FFE is #F6D001. Grayscale: #3A3A3A. Windows color (decimal): -16175106 or 16658185. OLE color: 16658185.
HSL color Cylindrical-coordinate representation of color #092FFE: hue angle of 230.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FFE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 47 | 254 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.00 |
| HSL | 230.69º | 0.99% | 0.52% | - |
| HSV(B) | 230.69º | 0.96% | 1% | - |
| XYZ | 19.02 | 9.25 | 94.55 | - |
| YUV | 59.24 | 237.91 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 254 | 0.96 | 0.81 | 0 | 0.00 | 230.69 | 0.99 | 0.52 |
| Hex | 9 | 2F | FE | 60 | 51 | 0 | 0 | E7 | 63 | 34 |
| Octal | 11 | 57 | 376 | 140 | 121 | 0 | 0 | 347 | 143 | 64 |
| Binary | 1001 | 101111 | 11111110 | 1100000 | 1010001 | 0 | 0 | 11100111 | 1100011 | 110100 |
Color Harmonies of #092FFE
Complementary color
Monochromatic Colors of #092FFE
Black with #092FFE
Text Example
Text Example
White with #092FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FFE; }
p { color: rgb(9,47,254); }
H1.HeaderClassName
{
color: #092FFE;
}
.AnyTagClassName
{
color: #092FFE;
}
</style>
background-color css
<style>
a { background-color: #092FFE; }
a { background-color: rgb(9,47,254); }
div.DivClassName
{
background-color: #092FFE;
}
.BgClassName
{
background-color: #092FFE;
}
</style>
border-color css
<style>
span { border-color: #092FFE; }
span { border-color: rgb(9,47,254); }
td.TdClassName
{
border-color: #092FFE;
}
.TagClassName
{
border-color: #092FFE;
}
</style>