Shades of Blue #0936FC
Tints of Blue #0936FC
RGB
CMYK
RGB Variations
Color information
#0936FC (or 0x0936FC) is known color: Blue. HEX triplet: 09, 36 and FC. RGB value is (9,54,252). Sum of RGB (Red+Green+Blue) = 9+54+252=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #0936FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0936FC is #F6C903. Grayscale: #3E3E3E. Windows color (decimal): -16173316 or 16528905. OLE color: 16528905.
HSL color Cylindrical-coordinate representation of color #0936FC: hue angle of 228.89º 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 #0936FC is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 54 | 252 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.01 |
| HSL | 228.89º | 0.98% | 0.51% | - |
| HSV(B) | 228.89º | 0.96% | 0.99% | - |
| XYZ | 19 | 9.72 | 92.97 | - |
| YUV | 63.12 | 234.59 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 252 | 0.96 | 0.79 | 0 | 0.01 | 228.89 | 0.98 | 0.51 |
| Hex | 9 | 36 | FC | 60 | 4F | 0 | 1 | E5 | 62 | 33 |
| Octal | 11 | 66 | 374 | 140 | 117 | 0 | 1 | 345 | 142 | 63 |
| Binary | 1001 | 110110 | 11111100 | 1100000 | 1001111 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0936FC
Complementary color
Monochromatic Colors of #0936FC
Black with #0936FC
Text Example
Text Example
White with #0936FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0936FC; }
p { color: rgb(9,54,252); }
H1.HeaderClassName
{
color: #0936FC;
}
.AnyTagClassName
{
color: #0936FC;
}
</style>
background-color css
<style>
a { background-color: #0936FC; }
a { background-color: rgb(9,54,252); }
div.DivClassName
{
background-color: #0936FC;
}
.BgClassName
{
background-color: #0936FC;
}
</style>
border-color css
<style>
span { border-color: #0936FC; }
span { border-color: rgb(9,54,252); }
td.TdClassName
{
border-color: #0936FC;
}
.TagClassName
{
border-color: #0936FC;
}
</style>