Shades of Blue #002DF9
Tints of Blue #002DF9
RGB
CMYK
RGB Variations
Color information
#002DF9 (or 0x002DF9) is known color: Blue. HEX triplet: 00, 2D and F9. RGB value is (0,45,249). Sum of RGB (Red+Green+Blue) = 0+45+249=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 249 (97.66% from 255 or 84.69% from 294); Max value from RGB is 249 - color contains mainly: blue. Hex color #002DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DF9 is #FFD206. Grayscale: #353535. Windows color (decimal): -16765447 or 16329984. OLE color: 16329984.
HSL color Cylindrical-coordinate representation of color #002DF9: hue angle of 229.16º 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 #002DF9 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 45 | 249 | - |
| CMYK | 1 | 0.82 | 0 | 0.02 |
| HSL | 229.16º | 1% | 0.49% | - |
| HSV(B) | 229.16º | 1% | 0.98% | - |
| XYZ | 18.04 | 8.72 | 90.35 | - |
| YUV | 54.8 | 237.59 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 249 | 1 | 0.82 | 0 | 0.02 | 229.16 | 1 | 0.49 |
| Hex | 0 | 2D | F9 | 64 | 52 | 0 | 2 | E5 | 64 | 31 |
| Octal | 0 | 55 | 371 | 144 | 122 | 0 | 2 | 345 | 144 | 61 |
| Binary | 0 | 101101 | 11111001 | 1100100 | 1010010 | 0 | 10 | 11100101 | 1100100 | 110001 |
Color Harmonies of #002DF9
Complementary color
Monochromatic Colors of #002DF9
Black with #002DF9
Text Example
Text Example
White with #002DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DF9; }
p { color: rgb(0,45,249); }
H1.HeaderClassName
{
color: #002DF9;
}
.AnyTagClassName
{
color: #002DF9;
}
</style>
background-color css
<style>
a { background-color: #002DF9; }
a { background-color: rgb(0,45,249); }
div.DivClassName
{
background-color: #002DF9;
}
.BgClassName
{
background-color: #002DF9;
}
</style>
border-color css
<style>
span { border-color: #002DF9; }
span { border-color: rgb(0,45,249); }
td.TdClassName
{
border-color: #002DF9;
}
.TagClassName
{
border-color: #002DF9;
}
</style>