Shades of Medium Blue #021FCE
Tints of Medium Blue #021FCE
RGB
CMYK
RGB Variations
Color information
#021FCE (or 0x021FCE) is known color: Medium Blue. HEX triplet: 02, 1F and CE. RGB value is (2,31,206). Sum of RGB (Red+Green+Blue) = 2+31+206=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #021FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FCE is #FDE031. Grayscale: #292929. Windows color (decimal): -16638002 or 13508354. OLE color: 13508354.
HSL color Cylindrical-coordinate representation of color #021FCE: hue angle of 231.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FCE is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 31 | 206 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.19 |
| HSL | 231.47º | 0.98% | 0.41% | - |
| HSV(B) | 231.47º | 0.99% | 0.81% | - |
| XYZ | 11.66 | 5.45 | 58.83 | - |
| YUV | 42.28 | 220.39 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 206 | 0.99 | 0.85 | 0 | 0.19 | 231.47 | 0.98 | 0.41 |
| Hex | 2 | 1F | CE | 63 | 55 | 0 | 13 | E7 | 62 | 29 |
| Octal | 2 | 37 | 316 | 143 | 125 | 0 | 23 | 347 | 142 | 51 |
| Binary | 10 | 11111 | 11001110 | 1100011 | 1010101 | 0 | 10011 | 11100111 | 1100010 | 101001 |
Color Harmonies of #021FCE
Complementary color
Monochromatic Colors of #021FCE
Black with #021FCE
Text Example
Text Example
White with #021FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021FCE; }
p { color: rgb(2,31,206); }
H1.HeaderClassName
{
color: #021FCE;
}
.AnyTagClassName
{
color: #021FCE;
}
</style>
background-color css
<style>
a { background-color: #021FCE; }
a { background-color: rgb(2,31,206); }
div.DivClassName
{
background-color: #021FCE;
}
.BgClassName
{
background-color: #021FCE;
}
</style>
border-color css
<style>
span { border-color: #021FCE; }
span { border-color: rgb(2,31,206); }
td.TdClassName
{
border-color: #021FCE;
}
.TagClassName
{
border-color: #021FCE;
}
</style>