Shades of Blue #002DFC
Tints of Blue #002DFC
RGB
CMYK
RGB Variations
Color information
#002DFC (or 0x002DFC) is known color: Blue. HEX triplet: 00, 2D and FC. RGB value is (0,45,252). Sum of RGB (Red+Green+Blue) = 0+45+252=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 252 (98.83% from 255 or 84.85% from 297); Max value from RGB is 252 - color contains mainly: blue. Hex color #002DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DFC is #FFD203. Grayscale: #363636. Windows color (decimal): -16765444 or 16526592. OLE color: 16526592.
HSL color Cylindrical-coordinate representation of color #002DFC: hue angle of 229.29º 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 #002DFC is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 45 | 252 | - |
| CMYK | 1 | 0.82 | 0 | 0.01 |
| HSL | 229.29º | 1% | 0.49% | - |
| HSV(B) | 229.29º | 1% | 0.99% | - |
| XYZ | 18.51 | 8.91 | 92.84 | - |
| YUV | 55.14 | 239.09 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 252 | 1 | 0.82 | 0 | 0.01 | 229.29 | 1 | 0.49 |
| Hex | 0 | 2D | FC | 64 | 52 | 0 | 1 | E5 | 64 | 31 |
| Octal | 0 | 55 | 374 | 144 | 122 | 0 | 1 | 345 | 144 | 61 |
| Binary | 0 | 101101 | 11111100 | 1100100 | 1010010 | 0 | 1 | 11100101 | 1100100 | 110001 |
Color Harmonies of #002DFC
Complementary color
Monochromatic Colors of #002DFC
Black with #002DFC
Text Example
Text Example
White with #002DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DFC; }
p { color: rgb(0,45,252); }
H1.HeaderClassName
{
color: #002DFC;
}
.AnyTagClassName
{
color: #002DFC;
}
</style>
background-color css
<style>
a { background-color: #002DFC; }
a { background-color: rgb(0,45,252); }
div.DivClassName
{
background-color: #002DFC;
}
.BgClassName
{
background-color: #002DFC;
}
</style>
border-color css
<style>
span { border-color: #002DFC; }
span { border-color: rgb(0,45,252); }
td.TdClassName
{
border-color: #002DFC;
}
.TagClassName
{
border-color: #002DFC;
}
</style>