Shades of Blue #002EFD
Tints of Blue #002EFD
RGB
CMYK
RGB Variations
Color information
#002EFD (or 0x002EFD) is known color: Blue. HEX triplet: 00, 2E and FD. RGB value is (0,46,253). Sum of RGB (Red+Green+Blue) = 0+46+253=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #002EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EFD is #FFD102. Grayscale: #363636. Windows color (decimal): -16765187 or 16592384. OLE color: 16592384.
HSL color Cylindrical-coordinate representation of color #002EFD: hue angle of 229.09º 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 #002EFD is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 46 | 253 | - |
| CMYK | 1 | 0.82 | 0 | 0.01 |
| HSL | 229.09º | 1% | 0.5% | - |
| HSV(B) | 229.09º | 1% | 0.99% | - |
| XYZ | 18.71 | 9.05 | 93.69 | - |
| YUV | 55.84 | 239.26 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 253 | 1 | 0.82 | 0 | 0.01 | 229.09 | 1 | 0.5 |
| Hex | 0 | 2E | FD | 64 | 52 | 0 | 1 | E5 | 64 | 32 |
| Octal | 0 | 56 | 375 | 144 | 122 | 0 | 1 | 345 | 144 | 62 |
| Binary | 0 | 101110 | 11111101 | 1100100 | 1010010 | 0 | 1 | 11100101 | 1100100 | 110010 |
Color Harmonies of #002EFD
Complementary color
Monochromatic Colors of #002EFD
Black with #002EFD
Text Example
Text Example
White with #002EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EFD; }
p { color: rgb(0,46,253); }
H1.HeaderClassName
{
color: #002EFD;
}
.AnyTagClassName
{
color: #002EFD;
}
</style>
background-color css
<style>
a { background-color: #002EFD; }
a { background-color: rgb(0,46,253); }
div.DivClassName
{
background-color: #002EFD;
}
.BgClassName
{
background-color: #002EFD;
}
</style>
border-color css
<style>
span { border-color: #002EFD; }
span { border-color: rgb(0,46,253); }
td.TdClassName
{
border-color: #002EFD;
}
.TagClassName
{
border-color: #002EFD;
}
</style>