Shades of Blue #0D2EEE
Tints of Blue #0D2EEE
RGB
CMYK
RGB Variations
Color information
#0D2EEE (or 0x0D2EEE) is known color: Blue. HEX triplet: 0D, 2E and EE. RGB value is (13,46,238). Sum of RGB (Red+Green+Blue) = 13+46+238=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D2EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2EEE is #F2D111. Grayscale: #393939. Windows color (decimal): -15913234 or 15609357. OLE color: 15609357.
HSL color Cylindrical-coordinate representation of color #0D2EEE: hue angle of 231.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D2EEE is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 46 | 238 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.07 |
| HSL | 231.2º | 0.9% | 0.49% | - |
| HSV(B) | 231.2º | 0.95% | 0.93% | - |
| XYZ | 16.58 | 8.21 | 81.6 | - |
| YUV | 58.02 | 229.57 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 238 | 0.95 | 0.81 | 0 | 0.07 | 231.2 | 0.9 | 0.49 |
| Hex | D | 2E | EE | 5F | 51 | 0 | 7 | E7 | 5A | 31 |
| Octal | 15 | 56 | 356 | 137 | 121 | 0 | 7 | 347 | 132 | 61 |
| Binary | 1101 | 101110 | 11101110 | 1011111 | 1010001 | 0 | 111 | 11100111 | 1011010 | 110001 |
Color Harmonies of #0D2EEE
Complementary color
Monochromatic Colors of #0D2EEE
Black with #0D2EEE
Text Example
Text Example
White with #0D2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2EEE; }
p { color: rgb(13,46,238); }
H1.HeaderClassName
{
color: #0D2EEE;
}
.AnyTagClassName
{
color: #0D2EEE;
}
</style>
background-color css
<style>
a { background-color: #0D2EEE; }
a { background-color: rgb(13,46,238); }
div.DivClassName
{
background-color: #0D2EEE;
}
.BgClassName
{
background-color: #0D2EEE;
}
</style>
border-color css
<style>
span { border-color: #0D2EEE; }
span { border-color: rgb(13,46,238); }
td.TdClassName
{
border-color: #0D2EEE;
}
.TagClassName
{
border-color: #0D2EEE;
}
</style>