Shades of Blue #002CFC
Tints of Blue #002CFC
RGB
CMYK
RGB Variations
Color information
#002CFC (or 0x002CFC) is known color: Blue. HEX triplet: 00, 2C and FC. RGB value is (0,44,252). Sum of RGB (Red+Green+Blue) = 0+44+252=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #002CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CFC is #FFD303. Grayscale: #353535. Windows color (decimal): -16765700 or 16526336. OLE color: 16526336.
HSL color Cylindrical-coordinate representation of color #002CFC: hue angle of 229.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CFC is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 44 | 252 | - |
| CMYK | 1 | 0.83 | 0 | 0.01 |
| HSL | 229.52º | 1% | 0.49% | - |
| HSV(B) | 229.52º | 1% | 0.99% | - |
| XYZ | 18.47 | 8.83 | 92.83 | - |
| YUV | 54.56 | 239.42 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 252 | 1 | 0.83 | 0 | 0.01 | 229.52 | 1 | 0.49 |
| Hex | 0 | 2C | FC | 64 | 53 | 0 | 1 | E6 | 64 | 31 |
| Octal | 0 | 54 | 374 | 144 | 123 | 0 | 1 | 346 | 144 | 61 |
| Binary | 0 | 101100 | 11111100 | 1100100 | 1010011 | 0 | 1 | 11100110 | 1100100 | 110001 |
Color Harmonies of #002CFC
Complementary color
Monochromatic Colors of #002CFC
Black with #002CFC
Text Example
Text Example
White with #002CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CFC; }
p { color: rgb(0,44,252); }
H1.HeaderClassName
{
color: #002CFC;
}
.AnyTagClassName
{
color: #002CFC;
}
</style>
background-color css
<style>
a { background-color: #002CFC; }
a { background-color: rgb(0,44,252); }
div.DivClassName
{
background-color: #002CFC;
}
.BgClassName
{
background-color: #002CFC;
}
</style>
border-color css
<style>
span { border-color: #002CFC; }
span { border-color: rgb(0,44,252); }
td.TdClassName
{
border-color: #002CFC;
}
.TagClassName
{
border-color: #002CFC;
}
</style>