Shades of Blue #210CFB
Tints of Blue #210CFB
RGB
CMYK
RGB Variations
Color information
#210CFB (or 0x210CFB) is known color: Blue. HEX triplet: 21, 0C and FB. RGB value is (33,12,251). Sum of RGB (Red+Green+Blue) = 33+12+251=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 251 (98.44% from 255 or 84.80% from 296); Max value from RGB is 251 - color contains mainly: blue. Hex color #210CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210CFB is #DEF304. Grayscale: #2C2C2C. Windows color (decimal): -14611205 or 16452641. OLE color: 16452641.
HSL color Cylindrical-coordinate representation of color #210CFB: hue angle of 245.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210CFB is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 12 | 251 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.02 |
| HSL | 245.27º | 0.97% | 0.52% | - |
| HSV(B) | 245.27º | 0.95% | 0.98% | - |
| XYZ | 18.17 | 7.55 | 91.77 | - |
| YUV | 45.53 | 243.96 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 251 | 0.87 | 0.95 | 0 | 0.02 | 245.27 | 0.97 | 0.52 |
| Hex | 21 | C | FB | 57 | 5F | 0 | 2 | F5 | 61 | 34 |
| Octal | 41 | 14 | 373 | 127 | 137 | 0 | 2 | 365 | 141 | 64 |
| Binary | 100001 | 1100 | 11111011 | 1010111 | 1011111 | 0 | 10 | 11110101 | 1100001 | 110100 |
Color Harmonies of #210CFB
Complementary color
Monochromatic Colors of #210CFB
Black with #210CFB
Text Example
Text Example
White with #210CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CFB; }
p { color: rgb(33,12,251); }
H1.HeaderClassName
{
color: #210CFB;
}
.AnyTagClassName
{
color: #210CFB;
}
</style>
background-color css
<style>
a { background-color: #210CFB; }
a { background-color: rgb(33,12,251); }
div.DivClassName
{
background-color: #210CFB;
}
.BgClassName
{
background-color: #210CFB;
}
</style>
border-color css
<style>
span { border-color: #210CFB; }
span { border-color: rgb(33,12,251); }
td.TdClassName
{
border-color: #210CFB;
}
.TagClassName
{
border-color: #210CFB;
}
</style>