Shades of Blue #092FFD
Tints of Blue #092FFD
RGB
CMYK
RGB Variations
Color information
#092FFD (or 0x092FFD) is known color: Blue. HEX triplet: 09, 2F and FD. RGB value is (9,47,253). Sum of RGB (Red+Green+Blue) = 9+47+253=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #092FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FFD is #F6D002. Grayscale: #3A3A3A. Windows color (decimal): -16175107 or 16592649. OLE color: 16592649.
HSL color Cylindrical-coordinate representation of color #092FFD: hue angle of 230.66º 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 #092FFD is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 47 | 253 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.01 |
| HSL | 230.66º | 0.98% | 0.51% | - |
| HSV(B) | 230.66º | 0.96% | 0.99% | - |
| XYZ | 18.86 | 9.18 | 93.71 | - |
| YUV | 59.12 | 237.41 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 253 | 0.96 | 0.81 | 0 | 0.01 | 230.66 | 0.98 | 0.51 |
| Hex | 9 | 2F | FD | 60 | 51 | 0 | 1 | E7 | 62 | 33 |
| Octal | 11 | 57 | 375 | 140 | 121 | 0 | 1 | 347 | 142 | 63 |
| Binary | 1001 | 101111 | 11111101 | 1100000 | 1010001 | 0 | 1 | 11100111 | 1100010 | 110011 |
Color Harmonies of #092FFD
Complementary color
Monochromatic Colors of #092FFD
Black with #092FFD
Text Example
Text Example
White with #092FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FFD; }
p { color: rgb(9,47,253); }
H1.HeaderClassName
{
color: #092FFD;
}
.AnyTagClassName
{
color: #092FFD;
}
</style>
background-color css
<style>
a { background-color: #092FFD; }
a { background-color: rgb(9,47,253); }
div.DivClassName
{
background-color: #092FFD;
}
.BgClassName
{
background-color: #092FFD;
}
</style>
border-color css
<style>
span { border-color: #092FFD; }
span { border-color: rgb(9,47,253); }
td.TdClassName
{
border-color: #092FFD;
}
.TagClassName
{
border-color: #092FFD;
}
</style>