Shades of Blue #0912FD
Tints of Blue #0912FD
RGB
CMYK
RGB Variations
Color information
#0912FD (or 0x0912FD) is known color: Blue. HEX triplet: 09, 12 and FD. RGB value is (9,18,253). Sum of RGB (Red+Green+Blue) = 9+18+253=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #0912FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0912FD is #F6ED02. Grayscale: #292929. Windows color (decimal): -16182531 or 16585225. OLE color: 16585225.
HSL color Cylindrical-coordinate representation of color #0912FD: hue angle of 237.79º 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 #0912FD is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 18 | 253 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.01 |
| HSL | 237.79º | 0.98% | 0.51% | - |
| HSV(B) | 237.79º | 0.96% | 0.99% | - |
| XYZ | 18.06 | 7.58 | 93.44 | - |
| YUV | 42.1 | 247.02 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 253 | 0.96 | 0.93 | 0 | 0.01 | 237.79 | 0.98 | 0.51 |
| Hex | 9 | 12 | FD | 60 | 5D | 0 | 1 | EE | 62 | 33 |
| Octal | 11 | 22 | 375 | 140 | 135 | 0 | 1 | 356 | 142 | 63 |
| Binary | 1001 | 10010 | 11111101 | 1100000 | 1011101 | 0 | 1 | 11101110 | 1100010 | 110011 |
Color Harmonies of #0912FD
Complementary color
Monochromatic Colors of #0912FD
Black with #0912FD
Text Example
Text Example
White with #0912FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0912FD; }
p { color: rgb(9,18,253); }
H1.HeaderClassName
{
color: #0912FD;
}
.AnyTagClassName
{
color: #0912FD;
}
</style>
background-color css
<style>
a { background-color: #0912FD; }
a { background-color: rgb(9,18,253); }
div.DivClassName
{
background-color: #0912FD;
}
.BgClassName
{
background-color: #0912FD;
}
</style>
border-color css
<style>
span { border-color: #0912FD; }
span { border-color: rgb(9,18,253); }
td.TdClassName
{
border-color: #0912FD;
}
.TagClassName
{
border-color: #0912FD;
}
</style>