Shades of Blue #0936FE
Tints of Blue #0936FE
RGB
CMYK
RGB Variations
Color information
#0936FE (or 0x0936FE) is known color: Blue. HEX triplet: 09, 36 and FE. RGB value is (9,54,254). Sum of RGB (Red+Green+Blue) = 9+54+254=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #0936FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0936FE is #F6C901. Grayscale: #3E3E3E. Windows color (decimal): -16173314 or 16659977. OLE color: 16659977.
HSL color Cylindrical-coordinate representation of color #0936FE: hue angle of 228.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0936FE is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 54 | 254 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.00 |
| HSL | 228.98º | 0.99% | 0.52% | - |
| HSV(B) | 228.98º | 0.96% | 1% | - |
| XYZ | 19.32 | 9.85 | 94.65 | - |
| YUV | 63.35 | 235.59 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 254 | 0.96 | 0.79 | 0 | 0.00 | 228.98 | 0.99 | 0.52 |
| Hex | 9 | 36 | FE | 60 | 4F | 0 | 0 | E5 | 63 | 34 |
| Octal | 11 | 66 | 376 | 140 | 117 | 0 | 0 | 345 | 143 | 64 |
| Binary | 1001 | 110110 | 11111110 | 1100000 | 1001111 | 0 | 0 | 11100101 | 1100011 | 110100 |
Color Harmonies of #0936FE
Complementary color
Monochromatic Colors of #0936FE
Black with #0936FE
Text Example
Text Example
White with #0936FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0936FE; }
p { color: rgb(9,54,254); }
H1.HeaderClassName
{
color: #0936FE;
}
.AnyTagClassName
{
color: #0936FE;
}
</style>
background-color css
<style>
a { background-color: #0936FE; }
a { background-color: rgb(9,54,254); }
div.DivClassName
{
background-color: #0936FE;
}
.BgClassName
{
background-color: #0936FE;
}
</style>
border-color css
<style>
span { border-color: #0936FE; }
span { border-color: rgb(9,54,254); }
td.TdClassName
{
border-color: #0936FE;
}
.TagClassName
{
border-color: #0936FE;
}
</style>