Shades of Medium Blue #0215CD
Tints of Medium Blue #0215CD
RGB
CMYK
RGB Variations
Color information
#0215CD (or 0x0215CD) is known color: Medium Blue. HEX triplet: 02, 15 and CD. RGB value is (2,21,205). Sum of RGB (Red+Green+Blue) = 2+21+205=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #0215CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215CD is #FDEA32. Grayscale: #232323. Windows color (decimal): -16640563 or 13440258. OLE color: 13440258.
HSL color Cylindrical-coordinate representation of color #0215CD: hue angle of 234.38º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0215CD is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 21 | 205 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.20 |
| HSL | 234.38º | 0.98% | 0.41% | - |
| HSV(B) | 234.38º | 0.99% | 0.8% | - |
| XYZ | 11.31 | 4.96 | 58.12 | - |
| YUV | 36.3 | 223.21 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 205 | 0.99 | 0.90 | 0 | 0.20 | 234.38 | 0.98 | 0.41 |
| Hex | 2 | 15 | CD | 63 | 5A | 0 | 14 | EA | 62 | 29 |
| Octal | 2 | 25 | 315 | 143 | 132 | 0 | 24 | 352 | 142 | 51 |
| Binary | 10 | 10101 | 11001101 | 1100011 | 1011010 | 0 | 10100 | 11101010 | 1100010 | 101001 |
Color Harmonies of #0215CD
Complementary color
Monochromatic Colors of #0215CD
Black with #0215CD
Text Example
Text Example
White with #0215CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0215CD; }
p { color: rgb(2,21,205); }
H1.HeaderClassName
{
color: #0215CD;
}
.AnyTagClassName
{
color: #0215CD;
}
</style>
background-color css
<style>
a { background-color: #0215CD; }
a { background-color: rgb(2,21,205); }
div.DivClassName
{
background-color: #0215CD;
}
.BgClassName
{
background-color: #0215CD;
}
</style>
border-color css
<style>
span { border-color: #0215CD; }
span { border-color: rgb(2,21,205); }
td.TdClassName
{
border-color: #0215CD;
}
.TagClassName
{
border-color: #0215CD;
}
</style>