Shades of Blue #002CEF
Tints of Blue #002CEF
RGB
CMYK
RGB Variations
Color information
#002CEF (or 0x002CEF) is known color: Blue. HEX triplet: 00, 2C and EF. RGB value is (0,44,239). Sum of RGB (Red+Green+Blue) = 0+44+239=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #002CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CEF is #FFD310. Grayscale: #343434. Windows color (decimal): -16765713 or 15674368. OLE color: 15674368.
HSL color Cylindrical-coordinate representation of color #002CEF: hue angle of 228.95º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CEF is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 44 | 239 | - |
| CMYK | 1 | 0.82 | 0 | 0.06 |
| HSL | 228.95º | 1% | 0.47% | - |
| HSV(B) | 228.95º | 1% | 0.94% | - |
| XYZ | 16.48 | 8.03 | 82.34 | - |
| YUV | 53.07 | 232.92 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 239 | 1 | 0.82 | 0 | 0.06 | 228.95 | 1 | 0.47 |
| Hex | 0 | 2C | EF | 64 | 52 | 0 | 6 | E5 | 64 | 2F |
| Octal | 0 | 54 | 357 | 144 | 122 | 0 | 6 | 345 | 144 | 57 |
| Binary | 0 | 101100 | 11101111 | 1100100 | 1010010 | 0 | 110 | 11100101 | 1100100 | 101111 |
Color Harmonies of #002CEF
Complementary color
Monochromatic Colors of #002CEF
Black with #002CEF
Text Example
Text Example
White with #002CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CEF; }
p { color: rgb(0,44,239); }
H1.HeaderClassName
{
color: #002CEF;
}
.AnyTagClassName
{
color: #002CEF;
}
</style>
background-color css
<style>
a { background-color: #002CEF; }
a { background-color: rgb(0,44,239); }
div.DivClassName
{
background-color: #002CEF;
}
.BgClassName
{
background-color: #002CEF;
}
</style>
border-color css
<style>
span { border-color: #002CEF; }
span { border-color: rgb(0,44,239); }
td.TdClassName
{
border-color: #002CEF;
}
.TagClassName
{
border-color: #002CEF;
}
</style>