Shades of Blue #092AFB
Tints of Blue #092AFB
RGB
CMYK
RGB Variations
Color information
#092AFB (or 0x092AFB) is known color: Blue. HEX triplet: 09, 2A and FB. RGB value is (9,42,251). Sum of RGB (Red+Green+Blue) = 9+42+251=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #092AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092AFB is #F6D504. Grayscale: #373737. Windows color (decimal): -16176389 or 16460297. OLE color: 16460297.
HSL color Cylindrical-coordinate representation of color #092AFB: hue angle of 231.82º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092AFB is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 42 | 251 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.02 |
| HSL | 231.82º | 0.97% | 0.51% | - |
| HSV(B) | 231.82º | 0.96% | 0.98% | - |
| XYZ | 18.35 | 8.68 | 91.97 | - |
| YUV | 55.96 | 238.07 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 251 | 0.96 | 0.83 | 0 | 0.02 | 231.82 | 0.97 | 0.51 |
| Hex | 9 | 2A | FB | 60 | 53 | 0 | 2 | E8 | 61 | 33 |
| Octal | 11 | 52 | 373 | 140 | 123 | 0 | 2 | 350 | 141 | 63 |
| Binary | 1001 | 101010 | 11111011 | 1100000 | 1010011 | 0 | 10 | 11101000 | 1100001 | 110011 |
Color Harmonies of #092AFB
Complementary color
Monochromatic Colors of #092AFB
Black with #092AFB
Text Example
Text Example
White with #092AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092AFB; }
p { color: rgb(9,42,251); }
H1.HeaderClassName
{
color: #092AFB;
}
.AnyTagClassName
{
color: #092AFB;
}
</style>
background-color css
<style>
a { background-color: #092AFB; }
a { background-color: rgb(9,42,251); }
div.DivClassName
{
background-color: #092AFB;
}
.BgClassName
{
background-color: #092AFB;
}
</style>
border-color css
<style>
span { border-color: #092AFB; }
span { border-color: rgb(9,42,251); }
td.TdClassName
{
border-color: #092AFB;
}
.TagClassName
{
border-color: #092AFB;
}
</style>