Shades of Medium Blue #2002CF
Tints of Medium Blue #2002CF
RGB
CMYK
RGB Variations
Color information
#2002CF (or 0x2002CF) is known color: Medium Blue. HEX triplet: 20, 02 and CF. RGB value is (32,2,207). Sum of RGB (Red+Green+Blue) = 32+2+207=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #2002CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002CF is #DFFD30. Grayscale: #212121. Windows color (decimal): -14679345 or 13566496. OLE color: 13566496.
HSL color Cylindrical-coordinate representation of color #2002CF: hue angle of 248.78º 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 #2002CF is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 2 | 207 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.19 |
| HSL | 248.78º | 0.98% | 0.41% | - |
| HSV(B) | 248.78º | 0.99% | 0.81% | - |
| XYZ | 11.88 | 4.86 | 59.34 | - |
| YUV | 34.34 | 225.44 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 207 | 0.85 | 0.99 | 0 | 0.19 | 248.78 | 0.98 | 0.41 |
| Hex | 20 | 2 | CF | 55 | 63 | 0 | 13 | F9 | 62 | 29 |
| Octal | 40 | 2 | 317 | 125 | 143 | 0 | 23 | 371 | 142 | 51 |
| Binary | 100000 | 10 | 11001111 | 1010101 | 1100011 | 0 | 10011 | 11111001 | 1100010 | 101001 |
Color Harmonies of #2002CF
Complementary color
Monochromatic Colors of #2002CF
Black with #2002CF
Text Example
Text Example
White with #2002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002CF; }
p { color: rgb(32,2,207); }
H1.HeaderClassName
{
color: #2002CF;
}
.AnyTagClassName
{
color: #2002CF;
}
</style>
background-color css
<style>
a { background-color: #2002CF; }
a { background-color: rgb(32,2,207); }
div.DivClassName
{
background-color: #2002CF;
}
.BgClassName
{
background-color: #2002CF;
}
</style>
border-color css
<style>
span { border-color: #2002CF; }
span { border-color: rgb(32,2,207); }
td.TdClassName
{
border-color: #2002CF;
}
.TagClassName
{
border-color: #2002CF;
}
</style>