Shades of Blue #092AFF
Tints of Blue #092AFF
RGB
CMYK
RGB Variations
Color information
#092AFF (or 0x092AFF) is known color: Blue. HEX triplet: 09, 2A and FF. RGB value is (9,42,255). Sum of RGB (Red+Green+Blue) = 9+42+255=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #092AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092AFF is #F6D500. Grayscale: #373737. Windows color (decimal): -16176385 or 16722441. OLE color: 16722441.
HSL color Cylindrical-coordinate representation of color #092AFF: hue angle of 231.95º 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 #092AFF is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 42 | 255 | - |
| CMYK | 0.96 | 0.84 | 0 | 0 |
| HSL | 231.95º | 1% | 0.52% | - |
| HSV(B) | 231.95º | 0.96% | 1% | - |
| XYZ | 18.99 | 8.93 | 95.33 | - |
| YUV | 56.42 | 240.07 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 255 | 0.96 | 0.84 | 0 | 0 | 231.95 | 1 | 0.52 |
| Hex | 9 | 2A | FF | 60 | 54 | 0 | 0 | E8 | 64 | 34 |
| Octal | 11 | 52 | 377 | 140 | 124 | 0 | 0 | 350 | 144 | 64 |
| Binary | 1001 | 101010 | 11111111 | 1100000 | 1010100 | 0 | 0 | 11101000 | 1100100 | 110100 |
Color Harmonies of #092AFF
Complementary color
Monochromatic Colors of #092AFF
Black with #092AFF
Text Example
Text Example
White with #092AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092AFF; }
p { color: rgb(9,42,255); }
H1.HeaderClassName
{
color: #092AFF;
}
.AnyTagClassName
{
color: #092AFF;
}
</style>
background-color css
<style>
a { background-color: #092AFF; }
a { background-color: rgb(9,42,255); }
div.DivClassName
{
background-color: #092AFF;
}
.BgClassName
{
background-color: #092AFF;
}
</style>
border-color css
<style>
span { border-color: #092AFF; }
span { border-color: rgb(9,42,255); }
td.TdClassName
{
border-color: #092AFF;
}
.TagClassName
{
border-color: #092AFF;
}
</style>