Shades of Blue #0D2AF1
Tints of Blue #0D2AF1
RGB
CMYK
RGB Variations
Color information
#0D2AF1 (or 0x0D2AF1) is known color: Blue. HEX triplet: 0D, 2A and F1. RGB value is (13,42,241). Sum of RGB (Red+Green+Blue) = 13+42+241=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 241 (94.53% from 255 or 81.42% from 296); Max value from RGB is 241 - color contains mainly: blue. Hex color #0D2AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2AF1 is #F2D50E. Grayscale: #373737. Windows color (decimal): -15914255 or 15804941. OLE color: 15804941.
HSL color Cylindrical-coordinate representation of color #0D2AF1: hue angle of 232.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D2AF1 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 42 | 241 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.05 |
| HSL | 232.37º | 0.9% | 0.5% | - |
| HSV(B) | 232.37º | 0.95% | 0.95% | - |
| XYZ | 16.87 | 8.09 | 83.89 | - |
| YUV | 56.02 | 232.39 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 241 | 0.95 | 0.83 | 0 | 0.05 | 232.37 | 0.9 | 0.5 |
| Hex | D | 2A | F1 | 5F | 53 | 0 | 5 | E8 | 5A | 32 |
| Octal | 15 | 52 | 361 | 137 | 123 | 0 | 5 | 350 | 132 | 62 |
| Binary | 1101 | 101010 | 11110001 | 1011111 | 1010011 | 0 | 101 | 11101000 | 1011010 | 110010 |
Color Harmonies of #0D2AF1
Complementary color
Monochromatic Colors of #0D2AF1
Black with #0D2AF1
Text Example
Text Example
White with #0D2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2AF1; }
p { color: rgb(13,42,241); }
H1.HeaderClassName
{
color: #0D2AF1;
}
.AnyTagClassName
{
color: #0D2AF1;
}
</style>
background-color css
<style>
a { background-color: #0D2AF1; }
a { background-color: rgb(13,42,241); }
div.DivClassName
{
background-color: #0D2AF1;
}
.BgClassName
{
background-color: #0D2AF1;
}
</style>
border-color css
<style>
span { border-color: #0D2AF1; }
span { border-color: rgb(13,42,241); }
td.TdClassName
{
border-color: #0D2AF1;
}
.TagClassName
{
border-color: #0D2AF1;
}
</style>