Shades of Blue #092BFC
Tints of Blue #092BFC
RGB
CMYK
RGB Variations
Color information
#092BFC (or 0x092BFC) is known color: Blue. HEX triplet: 09, 2B and FC. RGB value is (9,43,252). Sum of RGB (Red+Green+Blue) = 9+43+252=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 252 (98.83% from 255 or 82.89% from 304); Max value from RGB is 252 - color contains mainly: blue. Hex color #092BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092BFC is #F6D403. Grayscale: #373737. Windows color (decimal): -16176132 or 16526089. OLE color: 16526089.
HSL color Cylindrical-coordinate representation of color #092BFC: hue angle of 231.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092BFC is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 43 | 252 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.01 |
| HSL | 231.6º | 0.98% | 0.51% | - |
| HSV(B) | 231.6º | 0.96% | 0.99% | - |
| XYZ | 18.55 | 8.81 | 92.82 | - |
| YUV | 56.66 | 238.24 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 252 | 0.96 | 0.83 | 0 | 0.01 | 231.6 | 0.98 | 0.51 |
| Hex | 9 | 2B | FC | 60 | 53 | 0 | 1 | E8 | 62 | 33 |
| Octal | 11 | 53 | 374 | 140 | 123 | 0 | 1 | 350 | 142 | 63 |
| Binary | 1001 | 101011 | 11111100 | 1100000 | 1010011 | 0 | 1 | 11101000 | 1100010 | 110011 |
Color Harmonies of #092BFC
Complementary color
Monochromatic Colors of #092BFC
Black with #092BFC
Text Example
Text Example
White with #092BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092BFC; }
p { color: rgb(9,43,252); }
H1.HeaderClassName
{
color: #092BFC;
}
.AnyTagClassName
{
color: #092BFC;
}
</style>
background-color css
<style>
a { background-color: #092BFC; }
a { background-color: rgb(9,43,252); }
div.DivClassName
{
background-color: #092BFC;
}
.BgClassName
{
background-color: #092BFC;
}
</style>
border-color css
<style>
span { border-color: #092BFC; }
span { border-color: rgb(9,43,252); }
td.TdClassName
{
border-color: #092BFC;
}
.TagClassName
{
border-color: #092BFC;
}
</style>