Shades of Blue #092DFF
Tints of Blue #092DFF
RGB
CMYK
RGB Variations
Color information
#092DFF (or 0x092DFF) is known color: Blue. HEX triplet: 09, 2D and FF. RGB value is (9,45,255). Sum of RGB (Red+Green+Blue) = 9+45+255=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #092DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092DFF is #F6D200. Grayscale: #393939. Windows color (decimal): -16175617 or 16723209. OLE color: 16723209.
HSL color Cylindrical-coordinate representation of color #092DFF: hue angle of 231.22º 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 #092DFF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 45 | 255 | - |
| CMYK | 0.96 | 0.82 | 0 | 0 |
| HSL | 231.22º | 1% | 0.52% | - |
| HSV(B) | 231.22º | 0.96% | 1% | - |
| XYZ | 19.1 | 9.15 | 95.37 | - |
| YUV | 58.18 | 239.07 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 255 | 0.96 | 0.82 | 0 | 0 | 231.22 | 1 | 0.52 |
| Hex | 9 | 2D | FF | 60 | 52 | 0 | 0 | E7 | 64 | 34 |
| Octal | 11 | 55 | 377 | 140 | 122 | 0 | 0 | 347 | 144 | 64 |
| Binary | 1001 | 101101 | 11111111 | 1100000 | 1010010 | 0 | 0 | 11100111 | 1100100 | 110100 |
Color Harmonies of #092DFF
Complementary color
Monochromatic Colors of #092DFF
Black with #092DFF
Text Example
Text Example
White with #092DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092DFF; }
p { color: rgb(9,45,255); }
H1.HeaderClassName
{
color: #092DFF;
}
.AnyTagClassName
{
color: #092DFF;
}
</style>
background-color css
<style>
a { background-color: #092DFF; }
a { background-color: rgb(9,45,255); }
div.DivClassName
{
background-color: #092DFF;
}
.BgClassName
{
background-color: #092DFF;
}
</style>
border-color css
<style>
span { border-color: #092DFF; }
span { border-color: rgb(9,45,255); }
td.TdClassName
{
border-color: #092DFF;
}
.TagClassName
{
border-color: #092DFF;
}
</style>