Shades of Blue #0D09FD
Tints of Blue #0D09FD
RGB
CMYK
RGB Variations
Color information
#0D09FD (or 0x0D09FD) is known color: Blue. HEX triplet: 0D, 09 and FD. RGB value is (13,9,253). Sum of RGB (Red+Green+Blue) = 13+9+253=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 253 (99.22% from 255 or 92% from 275); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D09FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D09FD is #F2F602. Grayscale: #252525. Windows color (decimal): -15922691 or 16582925. OLE color: 16582925.
HSL color Cylindrical-coordinate representation of color #0D09FD: hue angle of 240.98º 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 #0D09FD is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 9 | 253 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.01 |
| HSL | 240.98º | 0.98% | 0.51% | - |
| HSV(B) | 240.98º | 0.96% | 0.99% | - |
| XYZ | 17.99 | 7.37 | 93.4 | - |
| YUV | 38.01 | 249.33 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 253 | 0.95 | 0.96 | 0 | 0.01 | 240.98 | 0.98 | 0.51 |
| Hex | D | 9 | FD | 5F | 60 | 0 | 1 | F1 | 62 | 33 |
| Octal | 15 | 11 | 375 | 137 | 140 | 0 | 1 | 361 | 142 | 63 |
| Binary | 1101 | 1001 | 11111101 | 1011111 | 1100000 | 0 | 1 | 11110001 | 1100010 | 110011 |
Color Harmonies of #0D09FD
Complementary color
Monochromatic Colors of #0D09FD
Black with #0D09FD
Text Example
Text Example
White with #0D09FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D09FD; }
p { color: rgb(13,9,253); }
H1.HeaderClassName
{
color: #0D09FD;
}
.AnyTagClassName
{
color: #0D09FD;
}
</style>
background-color css
<style>
a { background-color: #0D09FD; }
a { background-color: rgb(13,9,253); }
div.DivClassName
{
background-color: #0D09FD;
}
.BgClassName
{
background-color: #0D09FD;
}
</style>
border-color css
<style>
span { border-color: #0D09FD; }
span { border-color: rgb(13,9,253); }
td.TdClassName
{
border-color: #0D09FD;
}
.TagClassName
{
border-color: #0D09FD;
}
</style>