Shades of Blue #0D09FB
Tints of Blue #0D09FB
RGB
CMYK
RGB Variations
Color information
#0D09FB (or 0x0D09FB) is known color: Blue. HEX triplet: 0D, 09 and FB. RGB value is (13,9,251). Sum of RGB (Red+Green+Blue) = 13+9+251=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 251 (98.44% from 255 or 91.94% from 273); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D09FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D09FB is #F2F604. Grayscale: #242424. Windows color (decimal): -15922693 or 16451853. OLE color: 16451853.
HSL color Cylindrical-coordinate representation of color #0D09FB: hue angle of 240.99º 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 #0D09FB is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 9 | 251 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.02 |
| HSL | 240.99º | 0.97% | 0.51% | - |
| HSV(B) | 240.99º | 0.96% | 0.98% | - |
| XYZ | 17.68 | 7.25 | 91.73 | - |
| YUV | 37.78 | 248.33 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 251 | 0.95 | 0.96 | 0 | 0.02 | 240.99 | 0.97 | 0.51 |
| Hex | D | 9 | FB | 5F | 60 | 0 | 2 | F1 | 61 | 33 |
| Octal | 15 | 11 | 373 | 137 | 140 | 0 | 2 | 361 | 141 | 63 |
| Binary | 1101 | 1001 | 11111011 | 1011111 | 1100000 | 0 | 10 | 11110001 | 1100001 | 110011 |
Color Harmonies of #0D09FB
Complementary color
Monochromatic Colors of #0D09FB
Black with #0D09FB
Text Example
Text Example
White with #0D09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D09FB; }
p { color: rgb(13,9,251); }
H1.HeaderClassName
{
color: #0D09FB;
}
.AnyTagClassName
{
color: #0D09FB;
}
</style>
background-color css
<style>
a { background-color: #0D09FB; }
a { background-color: rgb(13,9,251); }
div.DivClassName
{
background-color: #0D09FB;
}
.BgClassName
{
background-color: #0D09FB;
}
</style>
border-color css
<style>
span { border-color: #0D09FB; }
span { border-color: rgb(13,9,251); }
td.TdClassName
{
border-color: #0D09FB;
}
.TagClassName
{
border-color: #0D09FB;
}
</style>