Shades of Blue #2126FA
Tints of Blue #2126FA
RGB
CMYK
RGB Variations
Color information
#2126FA (or 0x2126FA) is known color: Blue. HEX triplet: 21, 26 and FA. RGB value is (33,38,250). Sum of RGB (Red+Green+Blue) = 33+38+250=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #2126FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2126FA is #DED905. Grayscale: #3B3B3B. Windows color (decimal): -14604550 or 16393761. OLE color: 16393761.
HSL color Cylindrical-coordinate representation of color #2126FA: hue angle of 238.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2126FA is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 38 | 250 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.02 |
| HSL | 238.62º | 0.96% | 0.55% | - |
| HSV(B) | 238.62º | 0.87% | 0.98% | - |
| XYZ | 18.58 | 8.61 | 91.13 | - |
| YUV | 60.67 | 234.84 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 250 | 0.87 | 0.85 | 0 | 0.02 | 238.62 | 0.96 | 0.55 |
| Hex | 21 | 26 | FA | 57 | 55 | 0 | 2 | EF | 60 | 37 |
| Octal | 41 | 46 | 372 | 127 | 125 | 0 | 2 | 357 | 140 | 67 |
| Binary | 100001 | 100110 | 11111010 | 1010111 | 1010101 | 0 | 10 | 11101111 | 1100000 | 110111 |
Color Harmonies of #2126FA
Complementary color
Monochromatic Colors of #2126FA
Black with #2126FA
Text Example
Text Example
White with #2126FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2126FA; }
p { color: rgb(33,38,250); }
H1.HeaderClassName
{
color: #2126FA;
}
.AnyTagClassName
{
color: #2126FA;
}
</style>
background-color css
<style>
a { background-color: #2126FA; }
a { background-color: rgb(33,38,250); }
div.DivClassName
{
background-color: #2126FA;
}
.BgClassName
{
background-color: #2126FA;
}
</style>
border-color css
<style>
span { border-color: #2126FA; }
span { border-color: rgb(33,38,250); }
td.TdClassName
{
border-color: #2126FA;
}
.TagClassName
{
border-color: #2126FA;
}
</style>