Shades of Medium Blue #210BCF
Tints of Medium Blue #210BCF
RGB
CMYK
RGB Variations
Color information
#210BCF (or 0x210BCF) is known color: Medium Blue. HEX triplet: 21, 0B and CF. RGB value is (33,11,207). Sum of RGB (Red+Green+Blue) = 33+11+207=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #210BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BCF is #DEF430. Grayscale: #272727. Windows color (decimal): -14611505 or 13568801. OLE color: 13568801.
HSL color Cylindrical-coordinate representation of color #210BCF: hue angle of 246.73º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BCF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 11 | 207 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.19 |
| HSL | 246.73º | 0.9% | 0.43% | - |
| HSV(B) | 246.73º | 0.95% | 0.81% | - |
| XYZ | 12.01 | 5.07 | 59.38 | - |
| YUV | 39.92 | 222.29 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 207 | 0.84 | 0.95 | 0 | 0.19 | 246.73 | 0.9 | 0.43 |
| Hex | 21 | B | CF | 54 | 5F | 0 | 13 | F7 | 5A | 2B |
| Octal | 41 | 13 | 317 | 124 | 137 | 0 | 23 | 367 | 132 | 53 |
| Binary | 100001 | 1011 | 11001111 | 1010100 | 1011111 | 0 | 10011 | 11110111 | 1011010 | 101011 |
Color Harmonies of #210BCF
Complementary color
Monochromatic Colors of #210BCF
Black with #210BCF
Text Example
Text Example
White with #210BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BCF; }
p { color: rgb(33,11,207); }
H1.HeaderClassName
{
color: #210BCF;
}
.AnyTagClassName
{
color: #210BCF;
}
</style>
background-color css
<style>
a { background-color: #210BCF; }
a { background-color: rgb(33,11,207); }
div.DivClassName
{
background-color: #210BCF;
}
.BgClassName
{
background-color: #210BCF;
}
</style>
border-color css
<style>
span { border-color: #210BCF; }
span { border-color: rgb(33,11,207); }
td.TdClassName
{
border-color: #210BCF;
}
.TagClassName
{
border-color: #210BCF;
}
</style>