Shades of Blue #002DF0
Tints of Blue #002DF0
RGB
CMYK
RGB Variations
Color information
#002DF0 (or 0x002DF0) is known color: Blue. HEX triplet: 00, 2D and F0. RGB value is (0,45,240). Sum of RGB (Red+Green+Blue) = 0+45+240=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #002DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DF0 is #FFD20F. Grayscale: #343434. Windows color (decimal): -16765456 or 15740160. OLE color: 15740160.
HSL color Cylindrical-coordinate representation of color #002DF0: hue angle of 228.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DF0 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 45 | 240 | - |
| CMYK | 1 | 0.81 | 0 | 0.06 |
| HSL | 228.75º | 1% | 0.47% | - |
| HSV(B) | 228.75º | 1% | 0.94% | - |
| XYZ | 16.67 | 8.17 | 83.14 | - |
| YUV | 53.78 | 233.09 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 240 | 1 | 0.81 | 0 | 0.06 | 228.75 | 1 | 0.47 |
| Hex | 0 | 2D | F0 | 64 | 51 | 0 | 6 | E5 | 64 | 2F |
| Octal | 0 | 55 | 360 | 144 | 121 | 0 | 6 | 345 | 144 | 57 |
| Binary | 0 | 101101 | 11110000 | 1100100 | 1010001 | 0 | 110 | 11100101 | 1100100 | 101111 |
Color Harmonies of #002DF0
Complementary color
Monochromatic Colors of #002DF0
Black with #002DF0
Text Example
Text Example
White with #002DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DF0; }
p { color: rgb(0,45,240); }
H1.HeaderClassName
{
color: #002DF0;
}
.AnyTagClassName
{
color: #002DF0;
}
</style>
background-color css
<style>
a { background-color: #002DF0; }
a { background-color: rgb(0,45,240); }
div.DivClassName
{
background-color: #002DF0;
}
.BgClassName
{
background-color: #002DF0;
}
</style>
border-color css
<style>
span { border-color: #002DF0; }
span { border-color: rgb(0,45,240); }
td.TdClassName
{
border-color: #002DF0;
}
.TagClassName
{
border-color: #002DF0;
}
</style>