Shades of Blue #0927FC
Tints of Blue #0927FC
RGB
CMYK
RGB Variations
Color information
#0927FC (or 0x0927FC) is known color: Blue. HEX triplet: 09, 27 and FC. RGB value is (9,39,252). Sum of RGB (Red+Green+Blue) = 9+39+252=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 252 (98.83% from 255 or 84% from 300); Max value from RGB is 252 - color contains mainly: blue. Hex color #0927FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0927FC is #F6D803. Grayscale: #353535. Windows color (decimal): -16177156 or 16525065. OLE color: 16525065.
HSL color Cylindrical-coordinate representation of color #0927FC: hue angle of 232.59º 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 #0927FC is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 39 | 252 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.01 |
| HSL | 232.59º | 0.98% | 0.51% | - |
| HSV(B) | 232.59º | 0.96% | 0.99% | - |
| XYZ | 18.41 | 8.54 | 92.77 | - |
| YUV | 54.31 | 239.56 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 252 | 0.96 | 0.85 | 0 | 0.01 | 232.59 | 0.98 | 0.51 |
| Hex | 9 | 27 | FC | 60 | 55 | 0 | 1 | E9 | 62 | 33 |
| Octal | 11 | 47 | 374 | 140 | 125 | 0 | 1 | 351 | 142 | 63 |
| Binary | 1001 | 100111 | 11111100 | 1100000 | 1010101 | 0 | 1 | 11101001 | 1100010 | 110011 |
Color Harmonies of #0927FC
Complementary color
Monochromatic Colors of #0927FC
Black with #0927FC
Text Example
Text Example
White with #0927FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0927FC; }
p { color: rgb(9,39,252); }
H1.HeaderClassName
{
color: #0927FC;
}
.AnyTagClassName
{
color: #0927FC;
}
</style>
background-color css
<style>
a { background-color: #0927FC; }
a { background-color: rgb(9,39,252); }
div.DivClassName
{
background-color: #0927FC;
}
.BgClassName
{
background-color: #0927FC;
}
</style>
border-color css
<style>
span { border-color: #0927FC; }
span { border-color: rgb(9,39,252); }
td.TdClassName
{
border-color: #0927FC;
}
.TagClassName
{
border-color: #0927FC;
}
</style>