Shades of Blue #002DED
Tints of Blue #002DED
RGB
CMYK
RGB Variations
Color information
#002DED (or 0x002DED) is known color: Blue. HEX triplet: 00, 2D and ED. RGB value is (0,45,237). Sum of RGB (Red+Green+Blue) = 0+45+237=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #002DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DED is #FFD212. Grayscale: #343434. Windows color (decimal): -16765459 or 15543552. OLE color: 15543552.
HSL color Cylindrical-coordinate representation of color #002DED: hue angle of 228.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DED is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 45 | 237 | - |
| CMYK | 1 | 0.81 | 0 | 0.07 |
| HSL | 228.61º | 1% | 0.46% | - |
| HSV(B) | 228.61º | 1% | 0.93% | - |
| XYZ | 16.22 | 7.99 | 80.81 | - |
| YUV | 53.43 | 231.59 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 237 | 1 | 0.81 | 0 | 0.07 | 228.61 | 1 | 0.46 |
| Hex | 0 | 2D | ED | 64 | 51 | 0 | 7 | E5 | 64 | 2E |
| Octal | 0 | 55 | 355 | 144 | 121 | 0 | 7 | 345 | 144 | 56 |
| Binary | 0 | 101101 | 11101101 | 1100100 | 1010001 | 0 | 111 | 11100101 | 1100100 | 101110 |
Color Harmonies of #002DED
Complementary color
Monochromatic Colors of #002DED
Black with #002DED
Text Example
Text Example
White with #002DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DED; }
p { color: rgb(0,45,237); }
H1.HeaderClassName
{
color: #002DED;
}
.AnyTagClassName
{
color: #002DED;
}
</style>
background-color css
<style>
a { background-color: #002DED; }
a { background-color: rgb(0,45,237); }
div.DivClassName
{
background-color: #002DED;
}
.BgClassName
{
background-color: #002DED;
}
</style>
border-color css
<style>
span { border-color: #002DED; }
span { border-color: rgb(0,45,237); }
td.TdClassName
{
border-color: #002DED;
}
.TagClassName
{
border-color: #002DED;
}
</style>