Shades of Medium Blue #0C02DE
Tints of Medium Blue #0C02DE
RGB
CMYK
RGB Variations
Color information
#0C02DE (or 0x0C02DE) is known color: Medium Blue. HEX triplet: 0C, 02 and DE. RGB value is (12,2,222). Sum of RGB (Red+Green+Blue) = 12+2+222=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 222 (87.11% from 255 or 94.07% from 236); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C02DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C02DE is #F3FD21. Grayscale: #1D1D1D. Windows color (decimal): -15990050 or 14549516. OLE color: 14549516.
HSL color Cylindrical-coordinate representation of color #0C02DE: hue angle of 242.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C02DE is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 2 | 222 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.13 |
| HSL | 242.73º | 0.98% | 0.44% | - |
| HSV(B) | 242.73º | 0.99% | 0.87% | - |
| XYZ | 13.36 | 5.4 | 69.44 | - |
| YUV | 30.07 | 236.31 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 222 | 0.95 | 0.99 | 0 | 0.13 | 242.73 | 0.98 | 0.44 |
| Hex | C | 2 | DE | 5F | 63 | 0 | D | F3 | 62 | 2C |
| Octal | 14 | 2 | 336 | 137 | 143 | 0 | 15 | 363 | 142 | 54 |
| Binary | 1100 | 10 | 11011110 | 1011111 | 1100011 | 0 | 1101 | 11110011 | 1100010 | 101100 |
Color Harmonies of #0C02DE
Complementary color
Monochromatic Colors of #0C02DE
Black with #0C02DE
Text Example
Text Example
White with #0C02DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C02DE; }
p { color: rgb(12,2,222); }
H1.HeaderClassName
{
color: #0C02DE;
}
.AnyTagClassName
{
color: #0C02DE;
}
</style>
background-color css
<style>
a { background-color: #0C02DE; }
a { background-color: rgb(12,2,222); }
div.DivClassName
{
background-color: #0C02DE;
}
.BgClassName
{
background-color: #0C02DE;
}
</style>
border-color css
<style>
span { border-color: #0C02DE; }
span { border-color: rgb(12,2,222); }
td.TdClassName
{
border-color: #0C02DE;
}
.TagClassName
{
border-color: #0C02DE;
}
</style>