Shades of Blue #002DFB
Tints of Blue #002DFB
RGB
CMYK
RGB Variations
Color information
#002DFB (or 0x002DFB) is known color: Blue. HEX triplet: 00, 2D and FB. RGB value is (0,45,251). Sum of RGB (Red+Green+Blue) = 0+45+251=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 251 (98.44% from 255 or 84.80% from 296); Max value from RGB is 251 - color contains mainly: blue. Hex color #002DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DFB is #FFD204. Grayscale: #363636. Windows color (decimal): -16765445 or 16461056. OLE color: 16461056.
HSL color Cylindrical-coordinate representation of color #002DFB: hue angle of 229.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DFB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 45 | 251 | - |
| CMYK | 1 | 0.82 | 0 | 0.02 |
| HSL | 229.24º | 1% | 0.49% | - |
| HSV(B) | 229.24º | 1% | 0.98% | - |
| XYZ | 18.35 | 8.84 | 92.01 | - |
| YUV | 55.03 | 238.59 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 251 | 1 | 0.82 | 0 | 0.02 | 229.24 | 1 | 0.49 |
| Hex | 0 | 2D | FB | 64 | 52 | 0 | 2 | E5 | 64 | 31 |
| Octal | 0 | 55 | 373 | 144 | 122 | 0 | 2 | 345 | 144 | 61 |
| Binary | 0 | 101101 | 11111011 | 1100100 | 1010010 | 0 | 10 | 11100101 | 1100100 | 110001 |
Color Harmonies of #002DFB
Complementary color
Monochromatic Colors of #002DFB
Black with #002DFB
Text Example
Text Example
White with #002DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DFB; }
p { color: rgb(0,45,251); }
H1.HeaderClassName
{
color: #002DFB;
}
.AnyTagClassName
{
color: #002DFB;
}
</style>
background-color css
<style>
a { background-color: #002DFB; }
a { background-color: rgb(0,45,251); }
div.DivClassName
{
background-color: #002DFB;
}
.BgClassName
{
background-color: #002DFB;
}
</style>
border-color css
<style>
span { border-color: #002DFB; }
span { border-color: rgb(0,45,251); }
td.TdClassName
{
border-color: #002DFB;
}
.TagClassName
{
border-color: #002DFB;
}
</style>