Shades of Blue #212BFD
Tints of Blue #212BFD
RGB
CMYK
RGB Variations
Color information
#212BFD (or 0x212BFD) is known color: Blue. HEX triplet: 21, 2B and FD. RGB value is (33,43,253). Sum of RGB (Red+Green+Blue) = 33+43+253=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #212BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212BFD is #DED402. Grayscale: #3F3F3F. Windows color (decimal): -14603267 or 16591649. OLE color: 16591649.
HSL color Cylindrical-coordinate representation of color #212BFD: hue angle of 237.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212BFD is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 43 | 253 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.01 |
| HSL | 237.27º | 0.98% | 0.56% | - |
| HSV(B) | 237.27º | 0.87% | 0.99% | - |
| XYZ | 19.22 | 9.14 | 93.68 | - |
| YUV | 63.95 | 234.69 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 253 | 0.87 | 0.83 | 0 | 0.01 | 237.27 | 0.98 | 0.56 |
| Hex | 21 | 2B | FD | 57 | 53 | 0 | 1 | ED | 62 | 38 |
| Octal | 41 | 53 | 375 | 127 | 123 | 0 | 1 | 355 | 142 | 70 |
| Binary | 100001 | 101011 | 11111101 | 1010111 | 1010011 | 0 | 1 | 11101101 | 1100010 | 111000 |
Color Harmonies of #212BFD
Complementary color
Monochromatic Colors of #212BFD
Black with #212BFD
Text Example
Text Example
White with #212BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BFD; }
p { color: rgb(33,43,253); }
H1.HeaderClassName
{
color: #212BFD;
}
.AnyTagClassName
{
color: #212BFD;
}
</style>
background-color css
<style>
a { background-color: #212BFD; }
a { background-color: rgb(33,43,253); }
div.DivClassName
{
background-color: #212BFD;
}
.BgClassName
{
background-color: #212BFD;
}
</style>
border-color css
<style>
span { border-color: #212BFD; }
span { border-color: rgb(33,43,253); }
td.TdClassName
{
border-color: #212BFD;
}
.TagClassName
{
border-color: #212BFD;
}
</style>