Shades of Blue #002EFC
Tints of Blue #002EFC
RGB
CMYK
RGB Variations
Color information
#002EFC (or 0x002EFC) is known color: Blue. HEX triplet: 00, 2E and FC. RGB value is (0,46,252). Sum of RGB (Red+Green+Blue) = 0+46+252=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 252 (98.83% from 255 or 84.56% from 298); Max value from RGB is 252 - color contains mainly: blue. Hex color #002EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EFC is #FFD103. Grayscale: #363636. Windows color (decimal): -16765188 or 16526848. OLE color: 16526848.
HSL color Cylindrical-coordinate representation of color #002EFC: hue angle of 229.05º 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 #002EFC is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 46 | 252 | - |
| CMYK | 1 | 0.82 | 0 | 0.01 |
| HSL | 229.05º | 1% | 0.49% | - |
| HSV(B) | 229.05º | 1% | 0.99% | - |
| XYZ | 18.55 | 8.98 | 92.85 | - |
| YUV | 55.73 | 238.76 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 252 | 1 | 0.82 | 0 | 0.01 | 229.05 | 1 | 0.49 |
| Hex | 0 | 2E | FC | 64 | 52 | 0 | 1 | E5 | 64 | 31 |
| Octal | 0 | 56 | 374 | 144 | 122 | 0 | 1 | 345 | 144 | 61 |
| Binary | 0 | 101110 | 11111100 | 1100100 | 1010010 | 0 | 1 | 11100101 | 1100100 | 110001 |
Color Harmonies of #002EFC
Complementary color
Monochromatic Colors of #002EFC
Black with #002EFC
Text Example
Text Example
White with #002EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EFC; }
p { color: rgb(0,46,252); }
H1.HeaderClassName
{
color: #002EFC;
}
.AnyTagClassName
{
color: #002EFC;
}
</style>
background-color css
<style>
a { background-color: #002EFC; }
a { background-color: rgb(0,46,252); }
div.DivClassName
{
background-color: #002EFC;
}
.BgClassName
{
background-color: #002EFC;
}
</style>
border-color css
<style>
span { border-color: #002EFC; }
span { border-color: rgb(0,46,252); }
td.TdClassName
{
border-color: #002EFC;
}
.TagClassName
{
border-color: #002EFC;
}
</style>