Shades of Blue #002AFC
Tints of Blue #002AFC
RGB
CMYK
RGB Variations
Color information
#002AFC (or 0x002AFC) is known color: Blue. HEX triplet: 00, 2A and FC. RGB value is (0,42,252). Sum of RGB (Red+Green+Blue) = 0+42+252=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 252 (98.83% from 255 or 85.71% from 294); Max value from RGB is 252 - color contains mainly: blue. Hex color #002AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AFC is #FFD503. Grayscale: #343434. Windows color (decimal): -16766212 or 16525824. OLE color: 16525824.
HSL color Cylindrical-coordinate representation of color #002AFC: hue angle of 230º 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 #002AFC is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 42 | 252 | - |
| CMYK | 1 | 0.83 | 0 | 0.01 |
| HSL | 230º | 1% | 0.49% | - |
| HSV(B) | 230º | 1% | 0.99% | - |
| XYZ | 18.4 | 8.68 | 92.8 | - |
| YUV | 53.38 | 240.09 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 252 | 1 | 0.83 | 0 | 0.01 | 230 | 1 | 0.49 |
| Hex | 0 | 2A | FC | 64 | 53 | 0 | 1 | E6 | 64 | 31 |
| Octal | 0 | 52 | 374 | 144 | 123 | 0 | 1 | 346 | 144 | 61 |
| Binary | 0 | 101010 | 11111100 | 1100100 | 1010011 | 0 | 1 | 11100110 | 1100100 | 110001 |
Color Harmonies of #002AFC
Complementary color
Monochromatic Colors of #002AFC
Black with #002AFC
Text Example
Text Example
White with #002AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AFC; }
p { color: rgb(0,42,252); }
H1.HeaderClassName
{
color: #002AFC;
}
.AnyTagClassName
{
color: #002AFC;
}
</style>
background-color css
<style>
a { background-color: #002AFC; }
a { background-color: rgb(0,42,252); }
div.DivClassName
{
background-color: #002AFC;
}
.BgClassName
{
background-color: #002AFC;
}
</style>
border-color css
<style>
span { border-color: #002AFC; }
span { border-color: rgb(0,42,252); }
td.TdClassName
{
border-color: #002AFC;
}
.TagClassName
{
border-color: #002AFC;
}
</style>