Shades of Blue #092CFD
Tints of Blue #092CFD
RGB
CMYK
RGB Variations
Color information
#092CFD (or 0x092CFD) is known color: Blue. HEX triplet: 09, 2C and FD. RGB value is (9,44,253). Sum of RGB (Red+Green+Blue) = 9+44+253=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #092CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CFD is #F6D302. Grayscale: #383838. Windows color (decimal): -16175875 or 16591881. OLE color: 16591881.
HSL color Cylindrical-coordinate representation of color #092CFD: hue angle of 231.39º 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 #092CFD is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 44 | 253 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.01 |
| HSL | 231.39º | 0.98% | 0.51% | - |
| HSV(B) | 231.39º | 0.96% | 0.99% | - |
| XYZ | 18.74 | 8.95 | 93.67 | - |
| YUV | 57.36 | 238.4 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 253 | 0.96 | 0.83 | 0 | 0.01 | 231.39 | 0.98 | 0.51 |
| Hex | 9 | 2C | FD | 60 | 53 | 0 | 1 | E7 | 62 | 33 |
| Octal | 11 | 54 | 375 | 140 | 123 | 0 | 1 | 347 | 142 | 63 |
| Binary | 1001 | 101100 | 11111101 | 1100000 | 1010011 | 0 | 1 | 11100111 | 1100010 | 110011 |
Color Harmonies of #092CFD
Complementary color
Monochromatic Colors of #092CFD
Black with #092CFD
Text Example
Text Example
White with #092CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092CFD; }
p { color: rgb(9,44,253); }
H1.HeaderClassName
{
color: #092CFD;
}
.AnyTagClassName
{
color: #092CFD;
}
</style>
background-color css
<style>
a { background-color: #092CFD; }
a { background-color: rgb(9,44,253); }
div.DivClassName
{
background-color: #092CFD;
}
.BgClassName
{
background-color: #092CFD;
}
</style>
border-color css
<style>
span { border-color: #092CFD; }
span { border-color: rgb(9,44,253); }
td.TdClassName
{
border-color: #092CFD;
}
.TagClassName
{
border-color: #092CFD;
}
</style>