Shades of Blue #002FF2
Tints of Blue #002FF2
RGB
CMYK
RGB Variations
Color information
#002FF2 (or 0x002FF2) is known color: Blue. HEX triplet: 00, 2F and F2. RGB value is (0,47,242). Sum of RGB (Red+Green+Blue) = 0+47+242=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 242 (94.92% from 255 or 83.74% from 289); Max value from RGB is 242 - color contains mainly: blue. Hex color #002FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002FF2 is #FFD00D. Grayscale: #363636. Windows color (decimal): -16764942 or 15871744. OLE color: 15871744.
HSL color Cylindrical-coordinate representation of color #002FF2: hue angle of 228.35º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FF2 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 47 | 242 | - |
| CMYK | 1 | 0.81 | 0 | 0.05 |
| HSL | 228.35º | 1% | 0.47% | - |
| HSV(B) | 228.35º | 1% | 0.95% | - |
| XYZ | 17.04 | 8.44 | 84.74 | - |
| YUV | 55.18 | 233.43 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 242 | 1 | 0.81 | 0 | 0.05 | 228.35 | 1 | 0.47 |
| Hex | 0 | 2F | F2 | 64 | 51 | 0 | 5 | E4 | 64 | 2F |
| Octal | 0 | 57 | 362 | 144 | 121 | 0 | 5 | 344 | 144 | 57 |
| Binary | 0 | 101111 | 11110010 | 1100100 | 1010001 | 0 | 101 | 11100100 | 1100100 | 101111 |
Color Harmonies of #002FF2
Complementary color
Monochromatic Colors of #002FF2
Black with #002FF2
Text Example
Text Example
White with #002FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FF2; }
p { color: rgb(0,47,242); }
H1.HeaderClassName
{
color: #002FF2;
}
.AnyTagClassName
{
color: #002FF2;
}
</style>
background-color css
<style>
a { background-color: #002FF2; }
a { background-color: rgb(0,47,242); }
div.DivClassName
{
background-color: #002FF2;
}
.BgClassName
{
background-color: #002FF2;
}
</style>
border-color css
<style>
span { border-color: #002FF2; }
span { border-color: rgb(0,47,242); }
td.TdClassName
{
border-color: #002FF2;
}
.TagClassName
{
border-color: #002FF2;
}
</style>