Shades of Blue #002CFF
Tints of Blue #002CFF
RGB
CMYK
RGB Variations
Color information
#002CFF (or 0x002CFF) is known color: Blue. HEX triplet: 00, 2C and FF. RGB value is (0,44,255). Sum of RGB (Red+Green+Blue) = 0+44+255=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 255 (100% from 255 or 85.28% from 299); Max value from RGB is 255 - color contains mainly: blue. Hex color #002CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CFF is #FFD300. Grayscale: #363636. Windows color (decimal): -16765697 or 16722944. OLE color: 16722944.
HSL color Cylindrical-coordinate representation of color #002CFF: hue angle of 229.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CFF is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 44 | 255 | - |
| CMYK | 1 | 0.83 | 0 | 0 |
| HSL | 229.65º | 1% | 0.5% | - |
| HSV(B) | 229.65º | 1% | 1% | - |
| XYZ | 18.95 | 9.02 | 95.35 | - |
| YUV | 54.9 | 240.92 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 255 | 1 | 0.83 | 0 | 0 | 229.65 | 1 | 0.5 |
| Hex | 0 | 2C | FF | 64 | 53 | 0 | 0 | E6 | 64 | 32 |
| Octal | 0 | 54 | 377 | 144 | 123 | 0 | 0 | 346 | 144 | 62 |
| Binary | 0 | 101100 | 11111111 | 1100100 | 1010011 | 0 | 0 | 11100110 | 1100100 | 110010 |
Color Harmonies of #002CFF
Complementary color
Monochromatic Colors of #002CFF
Black with #002CFF
Text Example
Text Example
White with #002CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CFF; }
p { color: rgb(0,44,255); }
H1.HeaderClassName
{
color: #002CFF;
}
.AnyTagClassName
{
color: #002CFF;
}
</style>
background-color css
<style>
a { background-color: #002CFF; }
a { background-color: rgb(0,44,255); }
div.DivClassName
{
background-color: #002CFF;
}
.BgClassName
{
background-color: #002CFF;
}
</style>
border-color css
<style>
span { border-color: #002CFF; }
span { border-color: rgb(0,44,255); }
td.TdClassName
{
border-color: #002CFF;
}
.TagClassName
{
border-color: #002CFF;
}
</style>