Shades of Medium Blue #021BCF
Tints of Medium Blue #021BCF
RGB
CMYK
RGB Variations
Color information
#021BCF (or 0x021BCF) is known color: Medium Blue. HEX triplet: 02, 1B and CF. RGB value is (2,27,207). Sum of RGB (Red+Green+Blue) = 2+27+207=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 207 (81.25% from 255 or 87.71% from 236); Max value from RGB is 207 - color contains mainly: blue. Hex color #021BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BCF is #FDE430. Grayscale: #272727. Windows color (decimal): -16639025 or 13572866. OLE color: 13572866.
HSL color Cylindrical-coordinate representation of color #021BCF: hue angle of 232.68º 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 #021BCF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 27 | 207 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.19 |
| HSL | 232.68º | 0.98% | 0.41% | - |
| HSV(B) | 232.68º | 0.99% | 0.81% | - |
| XYZ | 11.68 | 5.3 | 59.44 | - |
| YUV | 40.05 | 222.22 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 207 | 0.99 | 0.87 | 0 | 0.19 | 232.68 | 0.98 | 0.41 |
| Hex | 2 | 1B | CF | 63 | 57 | 0 | 13 | E9 | 62 | 29 |
| Octal | 2 | 33 | 317 | 143 | 127 | 0 | 23 | 351 | 142 | 51 |
| Binary | 10 | 11011 | 11001111 | 1100011 | 1010111 | 0 | 10011 | 11101001 | 1100010 | 101001 |
Color Harmonies of #021BCF
Complementary color
Monochromatic Colors of #021BCF
Black with #021BCF
Text Example
Text Example
White with #021BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BCF; }
p { color: rgb(2,27,207); }
H1.HeaderClassName
{
color: #021BCF;
}
.AnyTagClassName
{
color: #021BCF;
}
</style>
background-color css
<style>
a { background-color: #021BCF; }
a { background-color: rgb(2,27,207); }
div.DivClassName
{
background-color: #021BCF;
}
.BgClassName
{
background-color: #021BCF;
}
</style>
border-color css
<style>
span { border-color: #021BCF; }
span { border-color: rgb(2,27,207); }
td.TdClassName
{
border-color: #021BCF;
}
.TagClassName
{
border-color: #021BCF;
}
</style>