Shades of Blue #0918FD
Tints of Blue #0918FD
RGB
CMYK
RGB Variations
Color information
#0918FD (or 0x0918FD) is known color: Blue. HEX triplet: 09, 18 and FD. RGB value is (9,24,253). Sum of RGB (Red+Green+Blue) = 9+24+253=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 253 (99.22% from 255 or 88.46% from 286); Max value from RGB is 253 - color contains mainly: blue. Hex color #0918FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0918FD is #F6E702. Grayscale: #2C2C2C. Windows color (decimal): -16180995 or 16586761. OLE color: 16586761.
HSL color Cylindrical-coordinate representation of color #0918FD: hue angle of 236.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918FD is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 24 | 253 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.01 |
| HSL | 236.31º | 0.98% | 0.51% | - |
| HSV(B) | 236.31º | 0.96% | 0.99% | - |
| XYZ | 18.17 | 7.8 | 93.48 | - |
| YUV | 45.62 | 245.03 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 253 | 0.96 | 0.91 | 0 | 0.01 | 236.31 | 0.98 | 0.51 |
| Hex | 9 | 18 | FD | 60 | 5B | 0 | 1 | EC | 62 | 33 |
| Octal | 11 | 30 | 375 | 140 | 133 | 0 | 1 | 354 | 142 | 63 |
| Binary | 1001 | 11000 | 11111101 | 1100000 | 1011011 | 0 | 1 | 11101100 | 1100010 | 110011 |
Color Harmonies of #0918FD
Complementary color
Monochromatic Colors of #0918FD
Black with #0918FD
Text Example
Text Example
White with #0918FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918FD; }
p { color: rgb(9,24,253); }
H1.HeaderClassName
{
color: #0918FD;
}
.AnyTagClassName
{
color: #0918FD;
}
</style>
background-color css
<style>
a { background-color: #0918FD; }
a { background-color: rgb(9,24,253); }
div.DivClassName
{
background-color: #0918FD;
}
.BgClassName
{
background-color: #0918FD;
}
</style>
border-color css
<style>
span { border-color: #0918FD; }
span { border-color: rgb(9,24,253); }
td.TdClassName
{
border-color: #0918FD;
}
.TagClassName
{
border-color: #0918FD;
}
</style>