Shades of Blue #0915FE
Tints of Blue #0915FE
RGB
CMYK
RGB Variations
Color information
#0915FE (or 0x0915FE) is known color: Blue. HEX triplet: 09, 15 and FE. RGB value is (9,21,254). Sum of RGB (Red+Green+Blue) = 9+21+254=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 254 (99.61% from 255 or 89.44% from 284); Max value from RGB is 254 - color contains mainly: blue. Hex color #0915FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0915FE is #F6EA01. Grayscale: #2B2B2B. Windows color (decimal): -16181762 or 16651529. OLE color: 16651529.
HSL color Cylindrical-coordinate representation of color #0915FE: hue angle of 237.06º 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 #0915FE is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 21 | 254 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.00 |
| HSL | 237.06º | 0.99% | 0.52% | - |
| HSV(B) | 237.06º | 0.96% | 1% | - |
| XYZ | 18.27 | 7.75 | 94.3 | - |
| YUV | 43.97 | 246.52 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 254 | 0.96 | 0.92 | 0 | 0.00 | 237.06 | 0.99 | 0.52 |
| Hex | 9 | 15 | FE | 60 | 5C | 0 | 0 | ED | 63 | 34 |
| Octal | 11 | 25 | 376 | 140 | 134 | 0 | 0 | 355 | 143 | 64 |
| Binary | 1001 | 10101 | 11111110 | 1100000 | 1011100 | 0 | 0 | 11101101 | 1100011 | 110100 |
Color Harmonies of #0915FE
Complementary color
Monochromatic Colors of #0915FE
Black with #0915FE
Text Example
Text Example
White with #0915FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0915FE; }
p { color: rgb(9,21,254); }
H1.HeaderClassName
{
color: #0915FE;
}
.AnyTagClassName
{
color: #0915FE;
}
</style>
background-color css
<style>
a { background-color: #0915FE; }
a { background-color: rgb(9,21,254); }
div.DivClassName
{
background-color: #0915FE;
}
.BgClassName
{
background-color: #0915FE;
}
</style>
border-color css
<style>
span { border-color: #0915FE; }
span { border-color: rgb(9,21,254); }
td.TdClassName
{
border-color: #0915FE;
}
.TagClassName
{
border-color: #0915FE;
}
</style>