Shades of Blue #0940FE
Tints of Blue #0940FE
RGB
CMYK
RGB Variations
Color information
#0940FE (or 0x0940FE) is known color: Blue. HEX triplet: 09, 40 and FE. RGB value is (9,64,254). Sum of RGB (Red+Green+Blue) = 9+64+254=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #0940FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0940FE is #F6BF01. Grayscale: #444444. Windows color (decimal): -16170754 or 16662537. OLE color: 16662537.
HSL color Cylindrical-coordinate representation of color #0940FE: hue angle of 226.53º 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 #0940FE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 64 | 254 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.00 |
| HSL | 226.53º | 0.99% | 0.52% | - |
| HSV(B) | 226.53º | 0.96% | 1% | - |
| XYZ | 19.84 | 10.88 | 94.82 | - |
| YUV | 69.22 | 232.28 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 254 | 0.96 | 0.75 | 0 | 0.00 | 226.53 | 0.99 | 0.52 |
| Hex | 9 | 40 | FE | 60 | 4B | 0 | 0 | E3 | 63 | 34 |
| Octal | 11 | 100 | 376 | 140 | 113 | 0 | 0 | 343 | 143 | 64 |
| Binary | 1001 | 1000000 | 11111110 | 1100000 | 1001011 | 0 | 0 | 11100011 | 1100011 | 110100 |
Color Harmonies of #0940FE
Complementary color
Monochromatic Colors of #0940FE
Black with #0940FE
Text Example
Text Example
White with #0940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0940FE; }
p { color: rgb(9,64,254); }
H1.HeaderClassName
{
color: #0940FE;
}
.AnyTagClassName
{
color: #0940FE;
}
</style>
background-color css
<style>
a { background-color: #0940FE; }
a { background-color: rgb(9,64,254); }
div.DivClassName
{
background-color: #0940FE;
}
.BgClassName
{
background-color: #0940FE;
}
</style>
border-color css
<style>
span { border-color: #0940FE; }
span { border-color: rgb(9,64,254); }
td.TdClassName
{
border-color: #0940FE;
}
.TagClassName
{
border-color: #0940FE;
}
</style>