Shades of Blue #0D2AEF
Tints of Blue #0D2AEF
RGB
CMYK
RGB Variations
Color information
#0D2AEF (or 0x0D2AEF) is known color: Blue. HEX triplet: 0D, 2A and EF. RGB value is (13,42,239). Sum of RGB (Red+Green+Blue) = 13+42+239=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D2AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2AEF is #F2D510. Grayscale: #363636. Windows color (decimal): -15914257 or 15673869. OLE color: 15673869.
HSL color Cylindrical-coordinate representation of color #0D2AEF: hue angle of 232.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D2AEF is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 42 | 239 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.06 |
| HSL | 232.3º | 0.9% | 0.49% | - |
| HSV(B) | 232.3º | 0.95% | 0.94% | - |
| XYZ | 16.57 | 7.97 | 82.33 | - |
| YUV | 55.79 | 231.39 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 239 | 0.95 | 0.82 | 0 | 0.06 | 232.3 | 0.9 | 0.49 |
| Hex | D | 2A | EF | 5F | 52 | 0 | 6 | E8 | 5A | 31 |
| Octal | 15 | 52 | 357 | 137 | 122 | 0 | 6 | 350 | 132 | 61 |
| Binary | 1101 | 101010 | 11101111 | 1011111 | 1010010 | 0 | 110 | 11101000 | 1011010 | 110001 |
Color Harmonies of #0D2AEF
Complementary color
Monochromatic Colors of #0D2AEF
Black with #0D2AEF
Text Example
Text Example
White with #0D2AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2AEF; }
p { color: rgb(13,42,239); }
H1.HeaderClassName
{
color: #0D2AEF;
}
.AnyTagClassName
{
color: #0D2AEF;
}
</style>
background-color css
<style>
a { background-color: #0D2AEF; }
a { background-color: rgb(13,42,239); }
div.DivClassName
{
background-color: #0D2AEF;
}
.BgClassName
{
background-color: #0D2AEF;
}
</style>
border-color css
<style>
span { border-color: #0D2AEF; }
span { border-color: rgb(13,42,239); }
td.TdClassName
{
border-color: #0D2AEF;
}
.TagClassName
{
border-color: #0D2AEF;
}
</style>