Shades of Blue #091DFC
Tints of Blue #091DFC
RGB
CMYK
RGB Variations
Color information
#091DFC (or 0x091DFC) is known color: Blue. HEX triplet: 09, 1D and FC. RGB value is (9,29,252). Sum of RGB (Red+Green+Blue) = 9+29+252=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 252 (98.83% from 255 or 86.90% from 290); Max value from RGB is 252 - color contains mainly: blue. Hex color #091DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091DFC is #F6E203. Grayscale: #2F2F2F. Windows color (decimal): -16179716 or 16522505. OLE color: 16522505.
HSL color Cylindrical-coordinate representation of color #091DFC: hue angle of 235.06º 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 #091DFC is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 29 | 252 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.01 |
| HSL | 235.06º | 0.98% | 0.51% | - |
| HSV(B) | 235.06º | 0.96% | 0.99% | - |
| XYZ | 18.12 | 7.97 | 92.68 | - |
| YUV | 48.44 | 242.87 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 252 | 0.96 | 0.88 | 0 | 0.01 | 235.06 | 0.98 | 0.51 |
| Hex | 9 | 1D | FC | 60 | 58 | 0 | 1 | EB | 62 | 33 |
| Octal | 11 | 35 | 374 | 140 | 130 | 0 | 1 | 353 | 142 | 63 |
| Binary | 1001 | 11101 | 11111100 | 1100000 | 1011000 | 0 | 1 | 11101011 | 1100010 | 110011 |
Color Harmonies of #091DFC
Complementary color
Monochromatic Colors of #091DFC
Black with #091DFC
Text Example
Text Example
White with #091DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DFC; }
p { color: rgb(9,29,252); }
H1.HeaderClassName
{
color: #091DFC;
}
.AnyTagClassName
{
color: #091DFC;
}
</style>
background-color css
<style>
a { background-color: #091DFC; }
a { background-color: rgb(9,29,252); }
div.DivClassName
{
background-color: #091DFC;
}
.BgClassName
{
background-color: #091DFC;
}
</style>
border-color css
<style>
span { border-color: #091DFC; }
span { border-color: rgb(9,29,252); }
td.TdClassName
{
border-color: #091DFC;
}
.TagClassName
{
border-color: #091DFC;
}
</style>