Shades of Blue #212BF5
Tints of Blue #212BF5
RGB
CMYK
RGB Variations
Color information
#212BF5 (or 0x212BF5) is known color: Blue. HEX triplet: 21, 2B and F5. RGB value is (33,43,245). Sum of RGB (Red+Green+Blue) = 33+43+245=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 245 (96.09% from 255 or 76.32% from 321); Max value from RGB is 245 - color contains mainly: blue. Hex color #212BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212BF5 is #DED40A. Grayscale: #3E3E3E. Windows color (decimal): -14603275 or 16067361. OLE color: 16067361.
HSL color Cylindrical-coordinate representation of color #212BF5: hue angle of 237.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212BF5 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 43 | 245 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.04 |
| HSL | 237.17º | 0.91% | 0.55% | - |
| HSV(B) | 237.17º | 0.87% | 0.96% | - |
| XYZ | 17.97 | 8.64 | 87.11 | - |
| YUV | 63.04 | 230.69 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 245 | 0.87 | 0.82 | 0 | 0.04 | 237.17 | 0.91 | 0.55 |
| Hex | 21 | 2B | F5 | 57 | 52 | 0 | 4 | ED | 5B | 37 |
| Octal | 41 | 53 | 365 | 127 | 122 | 0 | 4 | 355 | 133 | 67 |
| Binary | 100001 | 101011 | 11110101 | 1010111 | 1010010 | 0 | 100 | 11101101 | 1011011 | 110111 |
Color Harmonies of #212BF5
Complementary color
Monochromatic Colors of #212BF5
Black with #212BF5
Text Example
Text Example
White with #212BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BF5; }
p { color: rgb(33,43,245); }
H1.HeaderClassName
{
color: #212BF5;
}
.AnyTagClassName
{
color: #212BF5;
}
</style>
background-color css
<style>
a { background-color: #212BF5; }
a { background-color: rgb(33,43,245); }
div.DivClassName
{
background-color: #212BF5;
}
.BgClassName
{
background-color: #212BF5;
}
</style>
border-color css
<style>
span { border-color: #212BF5; }
span { border-color: rgb(33,43,245); }
td.TdClassName
{
border-color: #212BF5;
}
.TagClassName
{
border-color: #212BF5;
}
</style>