Shades of Blue #002DEE
Tints of Blue #002DEE
RGB
CMYK
RGB Variations
Color information
#002DEE (or 0x002DEE) is known color: Blue. HEX triplet: 00, 2D and EE. RGB value is (0,45,238). Sum of RGB (Red+Green+Blue) = 0+45+238=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #002DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DEE is #FFD211. Grayscale: #343434. Windows color (decimal): -16765458 or 15609088. OLE color: 15609088.
HSL color Cylindrical-coordinate representation of color #002DEE: hue angle of 228.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DEE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 45 | 238 | - |
| CMYK | 1 | 0.81 | 0 | 0.07 |
| HSL | 228.66º | 1% | 0.47% | - |
| HSV(B) | 228.66º | 1% | 0.93% | - |
| XYZ | 16.37 | 8.05 | 81.58 | - |
| YUV | 53.55 | 232.09 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 238 | 1 | 0.81 | 0 | 0.07 | 228.66 | 1 | 0.47 |
| Hex | 0 | 2D | EE | 64 | 51 | 0 | 7 | E5 | 64 | 2F |
| Octal | 0 | 55 | 356 | 144 | 121 | 0 | 7 | 345 | 144 | 57 |
| Binary | 0 | 101101 | 11101110 | 1100100 | 1010001 | 0 | 111 | 11100101 | 1100100 | 101111 |
Color Harmonies of #002DEE
Complementary color
Monochromatic Colors of #002DEE
Black with #002DEE
Text Example
Text Example
White with #002DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DEE; }
p { color: rgb(0,45,238); }
H1.HeaderClassName
{
color: #002DEE;
}
.AnyTagClassName
{
color: #002DEE;
}
</style>
background-color css
<style>
a { background-color: #002DEE; }
a { background-color: rgb(0,45,238); }
div.DivClassName
{
background-color: #002DEE;
}
.BgClassName
{
background-color: #002DEE;
}
</style>
border-color css
<style>
span { border-color: #002DEE; }
span { border-color: rgb(0,45,238); }
td.TdClassName
{
border-color: #002DEE;
}
.TagClassName
{
border-color: #002DEE;
}
</style>