Shades of Medium Blue #0215B8
Tints of Medium Blue #0215B8
RGB
CMYK
RGB Variations
Color information
#0215B8 (or 0x0215B8) is known color: Medium Blue. HEX triplet: 02, 15 and B8. RGB value is (2,21,184). Sum of RGB (Red+Green+Blue) = 2+21+184=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 184 (72.27% from 255 or 88.89% from 207); Max value from RGB is 184 - color contains mainly: blue. Hex color #0215B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215B8 is #FDEA47. Grayscale: #212121. Windows color (decimal): -16640584 or 12064002. OLE color: 12064002.
HSL color Cylindrical-coordinate representation of color #0215B8: hue angle of 233.74º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0215B8 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 21 | 184 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.28 |
| HSL | 233.74º | 0.98% | 0.36% | - |
| HSV(B) | 233.74º | 0.99% | 0.72% | - |
| XYZ | 8.94 | 4.01 | 45.65 | - |
| YUV | 33.9 | 212.71 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 184 | 0.99 | 0.89 | 0 | 0.28 | 233.74 | 0.98 | 0.36 |
| Hex | 2 | 15 | B8 | 63 | 59 | 0 | 1C | EA | 62 | 24 |
| Octal | 2 | 25 | 270 | 143 | 131 | 0 | 34 | 352 | 142 | 44 |
| Binary | 10 | 10101 | 10111000 | 1100011 | 1011001 | 0 | 11100 | 11101010 | 1100010 | 100100 |
Color Harmonies of #0215B8
Complementary color
Monochromatic Colors of #0215B8
Black with #0215B8
Text Example
Text Example
White with #0215B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0215B8; }
p { color: rgb(2,21,184); }
H1.HeaderClassName
{
color: #0215B8;
}
.AnyTagClassName
{
color: #0215B8;
}
</style>
background-color css
<style>
a { background-color: #0215B8; }
a { background-color: rgb(2,21,184); }
div.DivClassName
{
background-color: #0215B8;
}
.BgClassName
{
background-color: #0215B8;
}
</style>
border-color css
<style>
span { border-color: #0215B8; }
span { border-color: rgb(2,21,184); }
td.TdClassName
{
border-color: #0215B8;
}
.TagClassName
{
border-color: #0215B8;
}
</style>