Shades of Blue #0D3FFF
Tints of Blue #0D3FFF
RGB
CMYK
RGB Variations
Color information
#0D3FFF (or 0x0D3FFF) is known color: Blue. HEX triplet: 0D, 3F and FF. RGB value is (13,63,255). Sum of RGB (Red+Green+Blue) = 13+63+255=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D3FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3FFF is #F2C000. Grayscale: #454545. Windows color (decimal): -15908865 or 16727821. OLE color: 16727821.
HSL color Cylindrical-coordinate representation of color #0D3FFF: hue angle of 227.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D3FFF is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 63 | 255 | - |
| CMYK | 0.95 | 0.75 | 0 | 0 |
| HSL | 227.6º | 1% | 0.53% | - |
| HSV(B) | 227.6º | 0.95% | 1% | - |
| XYZ | 19.99 | 10.86 | 95.65 | - |
| YUV | 69.94 | 232.44 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 63 | 255 | 0.95 | 0.75 | 0 | 0 | 227.6 | 1 | 0.53 |
| Hex | D | 3F | FF | 5F | 4B | 0 | 0 | E4 | 64 | 35 |
| Octal | 15 | 77 | 377 | 137 | 113 | 0 | 0 | 344 | 144 | 65 |
| Binary | 1101 | 111111 | 11111111 | 1011111 | 1001011 | 0 | 0 | 11100100 | 1100100 | 110101 |
Color Harmonies of #0D3FFF
Complementary color
Monochromatic Colors of #0D3FFF
Black with #0D3FFF
Text Example
Text Example
White with #0D3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3FFF; }
p { color: rgb(13,63,255); }
H1.HeaderClassName
{
color: #0D3FFF;
}
.AnyTagClassName
{
color: #0D3FFF;
}
</style>
background-color css
<style>
a { background-color: #0D3FFF; }
a { background-color: rgb(13,63,255); }
div.DivClassName
{
background-color: #0D3FFF;
}
.BgClassName
{
background-color: #0D3FFF;
}
</style>
border-color css
<style>
span { border-color: #0D3FFF; }
span { border-color: rgb(13,63,255); }
td.TdClassName
{
border-color: #0D3FFF;
}
.TagClassName
{
border-color: #0D3FFF;
}
</style>