Shades of Blue #092CF1
Tints of Blue #092CF1
RGB
CMYK
RGB Variations
Color information
#092CF1 (or 0x092CF1) is known color: Blue. HEX triplet: 09, 2C and F1. RGB value is (9,44,241). Sum of RGB (Red+Green+Blue) = 9+44+241=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 241 (94.53% from 255 or 81.97% from 294); Max value from RGB is 241 - color contains mainly: blue. Hex color #092CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CF1 is #F6D30E. Grayscale: #373737. Windows color (decimal): -16175887 or 15805449. OLE color: 15805449.
HSL color Cylindrical-coordinate representation of color #092CF1: hue angle of 230.95º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092CF1 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 44 | 241 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.05 |
| HSL | 230.95º | 0.93% | 0.49% | - |
| HSV(B) | 230.95º | 0.96% | 0.95% | - |
| XYZ | 16.89 | 8.21 | 83.91 | - |
| YUV | 55.99 | 232.4 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 241 | 0.96 | 0.82 | 0 | 0.05 | 230.95 | 0.93 | 0.49 |
| Hex | 9 | 2C | F1 | 60 | 52 | 0 | 5 | E7 | 5D | 31 |
| Octal | 11 | 54 | 361 | 140 | 122 | 0 | 5 | 347 | 135 | 61 |
| Binary | 1001 | 101100 | 11110001 | 1100000 | 1010010 | 0 | 101 | 11100111 | 1011101 | 110001 |
Color Harmonies of #092CF1
Complementary color
Monochromatic Colors of #092CF1
Black with #092CF1
Text Example
Text Example
White with #092CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092CF1; }
p { color: rgb(9,44,241); }
H1.HeaderClassName
{
color: #092CF1;
}
.AnyTagClassName
{
color: #092CF1;
}
</style>
background-color css
<style>
a { background-color: #092CF1; }
a { background-color: rgb(9,44,241); }
div.DivClassName
{
background-color: #092CF1;
}
.BgClassName
{
background-color: #092CF1;
}
</style>
border-color css
<style>
span { border-color: #092CF1; }
span { border-color: rgb(9,44,241); }
td.TdClassName
{
border-color: #092CF1;
}
.TagClassName
{
border-color: #092CF1;
}
</style>