Shades of Blue #0918FA
Tints of Blue #0918FA
RGB
CMYK
RGB Variations
Color information
#0918FA (or 0x0918FA) is known color: Blue. HEX triplet: 09, 18 and FA. RGB value is (9,24,250). Sum of RGB (Red+Green+Blue) = 9+24+250=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 250 (98.05% from 255 or 88.34% from 283); Max value from RGB is 250 - color contains mainly: blue. Hex color #0918FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0918FA is #F6E705. Grayscale: #2C2C2C. Windows color (decimal): -16180998 or 16390153. OLE color: 16390153.
HSL color Cylindrical-coordinate representation of color #0918FA: hue angle of 236.27º degrees, saturation: 0.96, 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 #0918FA is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 24 | 250 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.02 |
| HSL | 236.27º | 0.96% | 0.51% | - |
| HSV(B) | 236.27º | 0.96% | 0.98% | - |
| XYZ | 17.69 | 7.61 | 90.98 | - |
| YUV | 45.28 | 243.53 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 250 | 0.96 | 0.90 | 0 | 0.02 | 236.27 | 0.96 | 0.51 |
| Hex | 9 | 18 | FA | 60 | 5A | 0 | 2 | EC | 60 | 33 |
| Octal | 11 | 30 | 372 | 140 | 132 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1001 | 11000 | 11111010 | 1100000 | 1011010 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0918FA
Complementary color
Monochromatic Colors of #0918FA
Black with #0918FA
Text Example
Text Example
White with #0918FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918FA; }
p { color: rgb(9,24,250); }
H1.HeaderClassName
{
color: #0918FA;
}
.AnyTagClassName
{
color: #0918FA;
}
</style>
background-color css
<style>
a { background-color: #0918FA; }
a { background-color: rgb(9,24,250); }
div.DivClassName
{
background-color: #0918FA;
}
.BgClassName
{
background-color: #0918FA;
}
</style>
border-color css
<style>
span { border-color: #0918FA; }
span { border-color: rgb(9,24,250); }
td.TdClassName
{
border-color: #0918FA;
}
.TagClassName
{
border-color: #0918FA;
}
</style>