Shades of Medium Blue #021ACF
Tints of Medium Blue #021ACF
RGB
CMYK
RGB Variations
Color information
#021ACF (or 0x021ACF) is known color: Medium Blue. HEX triplet: 02, 1A and CF. RGB value is (2,26,207). Sum of RGB (Red+Green+Blue) = 2+26+207=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 207 (81.25% from 255 or 88.09% from 235); Max value from RGB is 207 - color contains mainly: blue. Hex color #021ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ACF is #FDE530. Grayscale: #262626. Windows color (decimal): -16639281 or 13572610. OLE color: 13572610.
HSL color Cylindrical-coordinate representation of color #021ACF: hue angle of 232.98º 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 #021ACF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 26 | 207 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.19 |
| HSL | 232.98º | 0.98% | 0.41% | - |
| HSV(B) | 232.98º | 0.99% | 0.81% | - |
| XYZ | 11.66 | 5.26 | 59.43 | - |
| YUV | 39.46 | 222.55 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 207 | 0.99 | 0.87 | 0 | 0.19 | 232.98 | 0.98 | 0.41 |
| Hex | 2 | 1A | CF | 63 | 57 | 0 | 13 | E9 | 62 | 29 |
| Octal | 2 | 32 | 317 | 143 | 127 | 0 | 23 | 351 | 142 | 51 |
| Binary | 10 | 11010 | 11001111 | 1100011 | 1010111 | 0 | 10011 | 11101001 | 1100010 | 101001 |
Color Harmonies of #021ACF
Complementary color
Monochromatic Colors of #021ACF
Black with #021ACF
Text Example
Text Example
White with #021ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ACF; }
p { color: rgb(2,26,207); }
H1.HeaderClassName
{
color: #021ACF;
}
.AnyTagClassName
{
color: #021ACF;
}
</style>
background-color css
<style>
a { background-color: #021ACF; }
a { background-color: rgb(2,26,207); }
div.DivClassName
{
background-color: #021ACF;
}
.BgClassName
{
background-color: #021ACF;
}
</style>
border-color css
<style>
span { border-color: #021ACF; }
span { border-color: rgb(2,26,207); }
td.TdClassName
{
border-color: #021ACF;
}
.TagClassName
{
border-color: #021ACF;
}
</style>