Shades of Medium Blue #020CCF
Tints of Medium Blue #020CCF
RGB
CMYK
RGB Variations
Color information
#020CCF (or 0x020CCF) is known color: Medium Blue. HEX triplet: 02, 0C and CF. RGB value is (2,12,207). Sum of RGB (Red+Green+Blue) = 2+12+207=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 207 (81.25% from 255 or 93.67% from 221); Max value from RGB is 207 - color contains mainly: blue. Hex color #020CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CCF is #FDF330. Grayscale: #1E1E1E. Windows color (decimal): -16642865 or 13569026. OLE color: 13569026.
HSL color Cylindrical-coordinate representation of color #020CCF: hue angle of 237.07º 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 #020CCF is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 12 | 207 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.19 |
| HSL | 237.07º | 0.98% | 0.41% | - |
| HSV(B) | 237.07º | 0.99% | 0.81% | - |
| XYZ | 11.42 | 4.78 | 59.35 | - |
| YUV | 31.24 | 227.19 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 207 | 0.99 | 0.94 | 0 | 0.19 | 237.07 | 0.98 | 0.41 |
| Hex | 2 | C | CF | 63 | 5E | 0 | 13 | ED | 62 | 29 |
| Octal | 2 | 14 | 317 | 143 | 136 | 0 | 23 | 355 | 142 | 51 |
| Binary | 10 | 1100 | 11001111 | 1100011 | 1011110 | 0 | 10011 | 11101101 | 1100010 | 101001 |
Color Harmonies of #020CCF
Complementary color
Monochromatic Colors of #020CCF
Black with #020CCF
Text Example
Text Example
White with #020CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CCF; }
p { color: rgb(2,12,207); }
H1.HeaderClassName
{
color: #020CCF;
}
.AnyTagClassName
{
color: #020CCF;
}
</style>
background-color css
<style>
a { background-color: #020CCF; }
a { background-color: rgb(2,12,207); }
div.DivClassName
{
background-color: #020CCF;
}
.BgClassName
{
background-color: #020CCF;
}
</style>
border-color css
<style>
span { border-color: #020CCF; }
span { border-color: rgb(2,12,207); }
td.TdClassName
{
border-color: #020CCF;
}
.TagClassName
{
border-color: #020CCF;
}
</style>