Shades of Blue #0D3BFF
Tints of Blue #0D3BFF
RGB
CMYK
RGB Variations
Color information
#0D3BFF (or 0x0D3BFF) is known color: Blue. HEX triplet: 0D, 3B and FF. RGB value is (13,59,255). Sum of RGB (Red+Green+Blue) = 13+59+255=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D3BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3BFF is #F2C400. Grayscale: #424242. Windows color (decimal): -15909889 or 16726797. OLE color: 16726797.
HSL color Cylindrical-coordinate representation of color #0D3BFF: hue angle of 228.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 #0D3BFF is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 59 | 255 | - |
| CMYK | 0.95 | 0.77 | 0 | 0 |
| HSL | 228.6º | 1% | 0.53% | - |
| HSV(B) | 228.6º | 0.95% | 1% | - |
| XYZ | 19.78 | 10.43 | 95.58 | - |
| YUV | 67.59 | 233.76 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 59 | 255 | 0.95 | 0.77 | 0 | 0 | 228.6 | 1 | 0.53 |
| Hex | D | 3B | FF | 5F | 4D | 0 | 0 | E5 | 64 | 35 |
| Octal | 15 | 73 | 377 | 137 | 115 | 0 | 0 | 345 | 144 | 65 |
| Binary | 1101 | 111011 | 11111111 | 1011111 | 1001101 | 0 | 0 | 11100101 | 1100100 | 110101 |
Color Harmonies of #0D3BFF
Complementary color
Monochromatic Colors of #0D3BFF
Black with #0D3BFF
Text Example
Text Example
White with #0D3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3BFF; }
p { color: rgb(13,59,255); }
H1.HeaderClassName
{
color: #0D3BFF;
}
.AnyTagClassName
{
color: #0D3BFF;
}
</style>
background-color css
<style>
a { background-color: #0D3BFF; }
a { background-color: rgb(13,59,255); }
div.DivClassName
{
background-color: #0D3BFF;
}
.BgClassName
{
background-color: #0D3BFF;
}
</style>
border-color css
<style>
span { border-color: #0D3BFF; }
span { border-color: rgb(13,59,255); }
td.TdClassName
{
border-color: #0D3BFF;
}
.TagClassName
{
border-color: #0D3BFF;
}
</style>