Shades of Blue #0915FB
Tints of Blue #0915FB
RGB
CMYK
RGB Variations
Color information
#0915FB (or 0x0915FB) is known color: Blue. HEX triplet: 09, 15 and FB. RGB value is (9,21,251). Sum of RGB (Red+Green+Blue) = 9+21+251=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 251 (98.44% from 255 or 89.32% from 281); Max value from RGB is 251 - color contains mainly: blue. Hex color #0915FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0915FB is #F6EA04. Grayscale: #2A2A2A. Windows color (decimal): -16181765 or 16454921. OLE color: 16454921.
HSL color Cylindrical-coordinate representation of color #0915FB: hue angle of 237.02º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0915FB is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 21 | 251 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.02 |
| HSL | 237.02º | 0.97% | 0.51% | - |
| HSV(B) | 237.02º | 0.96% | 0.98% | - |
| XYZ | 17.79 | 7.56 | 91.79 | - |
| YUV | 43.63 | 245.02 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 251 | 0.96 | 0.92 | 0 | 0.02 | 237.02 | 0.97 | 0.51 |
| Hex | 9 | 15 | FB | 60 | 5C | 0 | 2 | ED | 61 | 33 |
| Octal | 11 | 25 | 373 | 140 | 134 | 0 | 2 | 355 | 141 | 63 |
| Binary | 1001 | 10101 | 11111011 | 1100000 | 1011100 | 0 | 10 | 11101101 | 1100001 | 110011 |
Color Harmonies of #0915FB
Complementary color
Monochromatic Colors of #0915FB
Black with #0915FB
Text Example
Text Example
White with #0915FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0915FB; }
p { color: rgb(9,21,251); }
H1.HeaderClassName
{
color: #0915FB;
}
.AnyTagClassName
{
color: #0915FB;
}
</style>
background-color css
<style>
a { background-color: #0915FB; }
a { background-color: rgb(9,21,251); }
div.DivClassName
{
background-color: #0915FB;
}
.BgClassName
{
background-color: #0915FB;
}
</style>
border-color css
<style>
span { border-color: #0915FB; }
span { border-color: rgb(9,21,251); }
td.TdClassName
{
border-color: #0915FB;
}
.TagClassName
{
border-color: #0915FB;
}
</style>