Shades of Blue #092FEC
Tints of Blue #092FEC
RGB
CMYK
RGB Variations
Color information
#092FEC (or 0x092FEC) is known color: Blue. HEX triplet: 09, 2F and EC. RGB value is (9,47,236). Sum of RGB (Red+Green+Blue) = 9+47+236=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 236 (92.58% from 255 or 80.82% from 292); Max value from RGB is 236 - color contains mainly: blue. Hex color #092FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FEC is #F6D013. Grayscale: #383838. Windows color (decimal): -16175124 or 15478537. OLE color: 15478537.
HSL color Cylindrical-coordinate representation of color #092FEC: hue angle of 229.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FEC is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 47 | 236 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.07 |
| HSL | 229.96º | 0.93% | 0.48% | - |
| HSV(B) | 229.96º | 0.96% | 0.93% | - |
| XYZ | 16.27 | 8.15 | 80.07 | - |
| YUV | 57.18 | 228.91 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 236 | 0.96 | 0.80 | 0 | 0.07 | 229.96 | 0.93 | 0.48 |
| Hex | 9 | 2F | EC | 60 | 50 | 0 | 7 | E6 | 5D | 30 |
| Octal | 11 | 57 | 354 | 140 | 120 | 0 | 7 | 346 | 135 | 60 |
| Binary | 1001 | 101111 | 11101100 | 1100000 | 1010000 | 0 | 111 | 11100110 | 1011101 | 110000 |
Color Harmonies of #092FEC
Complementary color
Monochromatic Colors of #092FEC
Black with #092FEC
Text Example
Text Example
White with #092FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FEC; }
p { color: rgb(9,47,236); }
H1.HeaderClassName
{
color: #092FEC;
}
.AnyTagClassName
{
color: #092FEC;
}
</style>
background-color css
<style>
a { background-color: #092FEC; }
a { background-color: rgb(9,47,236); }
div.DivClassName
{
background-color: #092FEC;
}
.BgClassName
{
background-color: #092FEC;
}
</style>
border-color css
<style>
span { border-color: #092FEC; }
span { border-color: rgb(9,47,236); }
td.TdClassName
{
border-color: #092FEC;
}
.TagClassName
{
border-color: #092FEC;
}
</style>