Shades of Blue #002DFE
Tints of Blue #002DFE
RGB
CMYK
RGB Variations
Color information
#002DFE (or 0x002DFE) is known color: Blue. HEX triplet: 00, 2D and FE. RGB value is (0,45,254). Sum of RGB (Red+Green+Blue) = 0+45+254=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 254 (99.61% from 255 or 84.95% from 299); Max value from RGB is 254 - color contains mainly: blue. Hex color #002DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DFE is #FFD201. Grayscale: #363636. Windows color (decimal): -16765442 or 16657664. OLE color: 16657664.
HSL color Cylindrical-coordinate representation of color #002DFE: hue angle of 229.37º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DFE is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 45 | 254 | - |
| CMYK | 1 | 0.82 | 0 | 0.00 |
| HSL | 229.37º | 1% | 0.5% | - |
| HSV(B) | 229.37º | 1% | 1% | - |
| XYZ | 18.83 | 9.03 | 94.52 | - |
| YUV | 55.37 | 240.09 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 254 | 1 | 0.82 | 0 | 0.00 | 229.37 | 1 | 0.5 |
| Hex | 0 | 2D | FE | 64 | 52 | 0 | 0 | E5 | 64 | 32 |
| Octal | 0 | 55 | 376 | 144 | 122 | 0 | 0 | 345 | 144 | 62 |
| Binary | 0 | 101101 | 11111110 | 1100100 | 1010010 | 0 | 0 | 11100101 | 1100100 | 110010 |
Color Harmonies of #002DFE
Complementary color
Monochromatic Colors of #002DFE
Black with #002DFE
Text Example
Text Example
White with #002DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DFE; }
p { color: rgb(0,45,254); }
H1.HeaderClassName
{
color: #002DFE;
}
.AnyTagClassName
{
color: #002DFE;
}
</style>
background-color css
<style>
a { background-color: #002DFE; }
a { background-color: rgb(0,45,254); }
div.DivClassName
{
background-color: #002DFE;
}
.BgClassName
{
background-color: #002DFE;
}
</style>
border-color css
<style>
span { border-color: #002DFE; }
span { border-color: rgb(0,45,254); }
td.TdClassName
{
border-color: #002DFE;
}
.TagClassName
{
border-color: #002DFE;
}
</style>