Shades of Blue #092FED
Tints of Blue #092FED
RGB
CMYK
RGB Variations
Color information
#092FED (or 0x092FED) is known color: Blue. HEX triplet: 09, 2F and ED. RGB value is (9,47,237). Sum of RGB (Red+Green+Blue) = 9+47+237=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 237 (92.97% from 255 or 80.89% from 293); Max value from RGB is 237 - color contains mainly: blue. Hex color #092FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FED is #F6D012. Grayscale: #383838. Windows color (decimal): -16175123 or 15544073. OLE color: 15544073.
HSL color Cylindrical-coordinate representation of color #092FED: hue angle of 230º 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 #092FED is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 47 | 237 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.07 |
| HSL | 230º | 0.93% | 0.48% | - |
| HSV(B) | 230º | 0.96% | 0.93% | - |
| XYZ | 16.42 | 8.21 | 80.84 | - |
| YUV | 57.3 | 229.41 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 237 | 0.96 | 0.80 | 0 | 0.07 | 230 | 0.93 | 0.48 |
| Hex | 9 | 2F | ED | 60 | 50 | 0 | 7 | E6 | 5D | 30 |
| Octal | 11 | 57 | 355 | 140 | 120 | 0 | 7 | 346 | 135 | 60 |
| Binary | 1001 | 101111 | 11101101 | 1100000 | 1010000 | 0 | 111 | 11100110 | 1011101 | 110000 |
Color Harmonies of #092FED
Complementary color
Monochromatic Colors of #092FED
Black with #092FED
Text Example
Text Example
White with #092FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FED; }
p { color: rgb(9,47,237); }
H1.HeaderClassName
{
color: #092FED;
}
.AnyTagClassName
{
color: #092FED;
}
</style>
background-color css
<style>
a { background-color: #092FED; }
a { background-color: rgb(9,47,237); }
div.DivClassName
{
background-color: #092FED;
}
.BgClassName
{
background-color: #092FED;
}
</style>
border-color css
<style>
span { border-color: #092FED; }
span { border-color: rgb(9,47,237); }
td.TdClassName
{
border-color: #092FED;
}
.TagClassName
{
border-color: #092FED;
}
</style>