Shades of Medium Blue #0002CE
Tints of Medium Blue #0002CE
RGB
CMYK
RGB Variations
Color information
#0002CE (or 0x0002CE) is known color: Medium Blue. HEX triplet: 00, 02 and CE. RGB value is (0,2,206). Sum of RGB (Red+Green+Blue) = 0+2+206=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 206 (80.86% from 255 or 99.04% from 208); Max value from RGB is 206 - color contains mainly: blue. Hex color #0002CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0002CE is #FFFD31. Grayscale: #171717. Windows color (decimal): -16776498 or 13500928. OLE color: 13500928.
HSL color Cylindrical-coordinate representation of color #0002CE: hue angle of 239.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002CE is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 2 | 206 | - |
| CMYK | 1 | 0.99 | 0 | 0.19 |
| HSL | 239.42º | 1% | 0.4% | - |
| HSV(B) | 239.42º | 1% | 0.81% | - |
| XYZ | 11.16 | 4.5 | 58.67 | - |
| YUV | 24.66 | 230.34 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 206 | 1 | 0.99 | 0 | 0.19 | 239.42 | 1 | 0.4 |
| Hex | 0 | 2 | CE | 64 | 63 | 0 | 13 | EF | 64 | 28 |
| Octal | 0 | 2 | 316 | 144 | 143 | 0 | 23 | 357 | 144 | 50 |
| Binary | 0 | 10 | 11001110 | 1100100 | 1100011 | 0 | 10011 | 11101111 | 1100100 | 101000 |
Color Harmonies of #0002CE
Complementary color
Monochromatic Colors of #0002CE
Black with #0002CE
Text Example
Text Example
White with #0002CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0002CE; }
p { color: rgb(0,2,206); }
H1.HeaderClassName
{
color: #0002CE;
}
.AnyTagClassName
{
color: #0002CE;
}
</style>
background-color css
<style>
a { background-color: #0002CE; }
a { background-color: rgb(0,2,206); }
div.DivClassName
{
background-color: #0002CE;
}
.BgClassName
{
background-color: #0002CE;
}
</style>
border-color css
<style>
span { border-color: #0002CE; }
span { border-color: rgb(0,2,206); }
td.TdClassName
{
border-color: #0002CE;
}
.TagClassName
{
border-color: #0002CE;
}
</style>