Shades of Blue #0930FE
Tints of Blue #0930FE
RGB
CMYK
RGB Variations
Color information
#0930FE (or 0x0930FE) is known color: Blue. HEX triplet: 09, 30 and FE. RGB value is (9,48,254). Sum of RGB (Red+Green+Blue) = 9+48+254=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 254 (99.61% from 255 or 81.67% from 311); Max value from RGB is 254 - color contains mainly: blue. Hex color #0930FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0930FE is #F6CF01. Grayscale: #3A3A3A. Windows color (decimal): -16174850 or 16658441. OLE color: 16658441.
HSL color Cylindrical-coordinate representation of color #0930FE: hue angle of 230.45º 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 #0930FE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 48 | 254 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.00 |
| HSL | 230.45º | 0.99% | 0.52% | - |
| HSV(B) | 230.45º | 0.96% | 1% | - |
| XYZ | 19.06 | 9.33 | 94.56 | - |
| YUV | 59.82 | 237.58 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 254 | 0.96 | 0.81 | 0 | 0.00 | 230.45 | 0.99 | 0.52 |
| Hex | 9 | 30 | FE | 60 | 51 | 0 | 0 | E6 | 63 | 34 |
| Octal | 11 | 60 | 376 | 140 | 121 | 0 | 0 | 346 | 143 | 64 |
| Binary | 1001 | 110000 | 11111110 | 1100000 | 1010001 | 0 | 0 | 11100110 | 1100011 | 110100 |
Color Harmonies of #0930FE
Complementary color
Monochromatic Colors of #0930FE
Black with #0930FE
Text Example
Text Example
White with #0930FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0930FE; }
p { color: rgb(9,48,254); }
H1.HeaderClassName
{
color: #0930FE;
}
.AnyTagClassName
{
color: #0930FE;
}
</style>
background-color css
<style>
a { background-color: #0930FE; }
a { background-color: rgb(9,48,254); }
div.DivClassName
{
background-color: #0930FE;
}
.BgClassName
{
background-color: #0930FE;
}
</style>
border-color css
<style>
span { border-color: #0930FE; }
span { border-color: rgb(9,48,254); }
td.TdClassName
{
border-color: #0930FE;
}
.TagClassName
{
border-color: #0930FE;
}
</style>