Shades of Blue #002CFD
Tints of Blue #002CFD
RGB
CMYK
RGB Variations
Color information
#002CFD (or 0x002CFD) is known color: Blue. HEX triplet: 00, 2C and FD. RGB value is (0,44,253). Sum of RGB (Red+Green+Blue) = 0+44+253=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 253 (99.22% from 255 or 85.19% from 297); Max value from RGB is 253 - color contains mainly: blue. Hex color #002CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CFD is #FFD302. Grayscale: #353535. Windows color (decimal): -16765699 or 16591872. OLE color: 16591872.
HSL color Cylindrical-coordinate representation of color #002CFD: hue angle of 229.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CFD is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 44 | 253 | - |
| CMYK | 1 | 0.83 | 0 | 0.01 |
| HSL | 229.57º | 1% | 0.5% | - |
| HSV(B) | 229.57º | 1% | 0.99% | - |
| XYZ | 18.63 | 8.89 | 93.66 | - |
| YUV | 54.67 | 239.92 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 253 | 1 | 0.83 | 0 | 0.01 | 229.57 | 1 | 0.5 |
| Hex | 0 | 2C | FD | 64 | 53 | 0 | 1 | E6 | 64 | 32 |
| Octal | 0 | 54 | 375 | 144 | 123 | 0 | 1 | 346 | 144 | 62 |
| Binary | 0 | 101100 | 11111101 | 1100100 | 1010011 | 0 | 1 | 11100110 | 1100100 | 110010 |
Color Harmonies of #002CFD
Complementary color
Monochromatic Colors of #002CFD
Black with #002CFD
Text Example
Text Example
White with #002CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CFD; }
p { color: rgb(0,44,253); }
H1.HeaderClassName
{
color: #002CFD;
}
.AnyTagClassName
{
color: #002CFD;
}
</style>
background-color css
<style>
a { background-color: #002CFD; }
a { background-color: rgb(0,44,253); }
div.DivClassName
{
background-color: #002CFD;
}
.BgClassName
{
background-color: #002CFD;
}
</style>
border-color css
<style>
span { border-color: #002CFD; }
span { border-color: rgb(0,44,253); }
td.TdClassName
{
border-color: #002CFD;
}
.TagClassName
{
border-color: #002CFD;
}
</style>