Shades of Blue #0929FE
Tints of Blue #0929FE
RGB
CMYK
RGB Variations
Color information
#0929FE (or 0x0929FE) is known color: Blue. HEX triplet: 09, 29 and FE. RGB value is (9,41,254). Sum of RGB (Red+Green+Blue) = 9+41+254=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 254 (99.61% from 255 or 83.55% from 304); Max value from RGB is 254 - color contains mainly: blue. Hex color #0929FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0929FE is #F6D601. Grayscale: #363636. Windows color (decimal): -16176642 or 16656649. OLE color: 16656649.
HSL color Cylindrical-coordinate representation of color #0929FE: hue angle of 232.16º 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 #0929FE is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 41 | 254 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.00 |
| HSL | 232.16º | 0.99% | 0.52% | - |
| HSV(B) | 232.16º | 0.96% | 1% | - |
| XYZ | 18.79 | 8.8 | 94.47 | - |
| YUV | 55.71 | 239.9 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 254 | 0.96 | 0.84 | 0 | 0.00 | 232.16 | 0.99 | 0.52 |
| Hex | 9 | 29 | FE | 60 | 54 | 0 | 0 | E8 | 63 | 34 |
| Octal | 11 | 51 | 376 | 140 | 124 | 0 | 0 | 350 | 143 | 64 |
| Binary | 1001 | 101001 | 11111110 | 1100000 | 1010100 | 0 | 0 | 11101000 | 1100011 | 110100 |
Color Harmonies of #0929FE
Complementary color
Monochromatic Colors of #0929FE
Black with #0929FE
Text Example
Text Example
White with #0929FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0929FE; }
p { color: rgb(9,41,254); }
H1.HeaderClassName
{
color: #0929FE;
}
.AnyTagClassName
{
color: #0929FE;
}
</style>
background-color css
<style>
a { background-color: #0929FE; }
a { background-color: rgb(9,41,254); }
div.DivClassName
{
background-color: #0929FE;
}
.BgClassName
{
background-color: #0929FE;
}
</style>
border-color css
<style>
span { border-color: #0929FE; }
span { border-color: rgb(9,41,254); }
td.TdClassName
{
border-color: #0929FE;
}
.TagClassName
{
border-color: #0929FE;
}
</style>