Shades of Blue #092DF5
Tints of Blue #092DF5
RGB
CMYK
RGB Variations
Color information
#092DF5 (or 0x092DF5) is known color: Blue. HEX triplet: 09, 2D and F5. RGB value is (9,45,245). Sum of RGB (Red+Green+Blue) = 9+45+245=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 245 (96.09% from 255 or 81.94% from 299); Max value from RGB is 245 - color contains mainly: blue. Hex color #092DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092DF5 is #F6D20A. Grayscale: #383838. Windows color (decimal): -16175627 or 16067849. OLE color: 16067849.
HSL color Cylindrical-coordinate representation of color #092DF5: hue angle of 230.85º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092DF5 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 45 | 245 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.04 |
| HSL | 230.85º | 0.93% | 0.5% | - |
| HSV(B) | 230.85º | 0.96% | 0.96% | - |
| XYZ | 17.53 | 8.53 | 87.11 | - |
| YUV | 57.04 | 234.07 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 245 | 0.96 | 0.82 | 0 | 0.04 | 230.85 | 0.93 | 0.5 |
| Hex | 9 | 2D | F5 | 60 | 52 | 0 | 4 | E7 | 5D | 32 |
| Octal | 11 | 55 | 365 | 140 | 122 | 0 | 4 | 347 | 135 | 62 |
| Binary | 1001 | 101101 | 11110101 | 1100000 | 1010010 | 0 | 100 | 11100111 | 1011101 | 110010 |
Color Harmonies of #092DF5
Complementary color
Monochromatic Colors of #092DF5
Black with #092DF5
Text Example
Text Example
White with #092DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092DF5; }
p { color: rgb(9,45,245); }
H1.HeaderClassName
{
color: #092DF5;
}
.AnyTagClassName
{
color: #092DF5;
}
</style>
background-color css
<style>
a { background-color: #092DF5; }
a { background-color: rgb(9,45,245); }
div.DivClassName
{
background-color: #092DF5;
}
.BgClassName
{
background-color: #092DF5;
}
</style>
border-color css
<style>
span { border-color: #092DF5; }
span { border-color: rgb(9,45,245); }
td.TdClassName
{
border-color: #092DF5;
}
.TagClassName
{
border-color: #092DF5;
}
</style>