Shades of Medium Blue #021CCF
Tints of Medium Blue #021CCF
RGB
CMYK
RGB Variations
Color information
#021CCF (or 0x021CCF) is known color: Medium Blue. HEX triplet: 02, 1C and CF. RGB value is (2,28,207). Sum of RGB (Red+Green+Blue) = 2+28+207=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #021CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CCF is #FDE330. Grayscale: #272727. Windows color (decimal): -16638769 or 13573122. OLE color: 13573122.
HSL color Cylindrical-coordinate representation of color #021CCF: hue angle of 232.39º 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 #021CCF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 28 | 207 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.19 |
| HSL | 232.39º | 0.98% | 0.41% | - |
| HSV(B) | 232.39º | 0.99% | 0.81% | - |
| XYZ | 11.7 | 5.35 | 59.45 | - |
| YUV | 40.63 | 221.89 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 207 | 0.99 | 0.86 | 0 | 0.19 | 232.39 | 0.98 | 0.41 |
| Hex | 2 | 1C | CF | 63 | 56 | 0 | 13 | E8 | 62 | 29 |
| Octal | 2 | 34 | 317 | 143 | 126 | 0 | 23 | 350 | 142 | 51 |
| Binary | 10 | 11100 | 11001111 | 1100011 | 1010110 | 0 | 10011 | 11101000 | 1100010 | 101001 |
Color Harmonies of #021CCF
Complementary color
Monochromatic Colors of #021CCF
Black with #021CCF
Text Example
Text Example
White with #021CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021CCF; }
p { color: rgb(2,28,207); }
H1.HeaderClassName
{
color: #021CCF;
}
.AnyTagClassName
{
color: #021CCF;
}
</style>
background-color css
<style>
a { background-color: #021CCF; }
a { background-color: rgb(2,28,207); }
div.DivClassName
{
background-color: #021CCF;
}
.BgClassName
{
background-color: #021CCF;
}
</style>
border-color css
<style>
span { border-color: #021CCF; }
span { border-color: rgb(2,28,207); }
td.TdClassName
{
border-color: #021CCF;
}
.TagClassName
{
border-color: #021CCF;
}
</style>