Shades of Blue #002FEF
Tints of Blue #002FEF
RGB
CMYK
RGB Variations
Color information
#002FEF (or 0x002FEF) is known color: Blue. HEX triplet: 00, 2F and EF. RGB value is (0,47,239). Sum of RGB (Red+Green+Blue) = 0+47+239=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #002FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002FEF is #FFD010. Grayscale: #363636. Windows color (decimal): -16764945 or 15675136. OLE color: 15675136.
HSL color Cylindrical-coordinate representation of color #002FEF: hue angle of 228.2º 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 #002FEF is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 47 | 239 | - |
| CMYK | 1 | 0.80 | 0 | 0.06 |
| HSL | 228.2º | 1% | 0.47% | - |
| HSV(B) | 228.2º | 1% | 0.94% | - |
| XYZ | 16.6 | 8.27 | 82.38 | - |
| YUV | 54.84 | 231.93 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 239 | 1 | 0.80 | 0 | 0.06 | 228.2 | 1 | 0.47 |
| Hex | 0 | 2F | EF | 64 | 50 | 0 | 6 | E4 | 64 | 2F |
| Octal | 0 | 57 | 357 | 144 | 120 | 0 | 6 | 344 | 144 | 57 |
| Binary | 0 | 101111 | 11101111 | 1100100 | 1010000 | 0 | 110 | 11100100 | 1100100 | 101111 |
Color Harmonies of #002FEF
Complementary color
Monochromatic Colors of #002FEF
Black with #002FEF
Text Example
Text Example
White with #002FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FEF; }
p { color: rgb(0,47,239); }
H1.HeaderClassName
{
color: #002FEF;
}
.AnyTagClassName
{
color: #002FEF;
}
</style>
background-color css
<style>
a { background-color: #002FEF; }
a { background-color: rgb(0,47,239); }
div.DivClassName
{
background-color: #002FEF;
}
.BgClassName
{
background-color: #002FEF;
}
</style>
border-color css
<style>
span { border-color: #002FEF; }
span { border-color: rgb(0,47,239); }
td.TdClassName
{
border-color: #002FEF;
}
.TagClassName
{
border-color: #002FEF;
}
</style>