Shades of Blue #2127FB
Tints of Blue #2127FB
RGB
CMYK
RGB Variations
Color information
#2127FB (or 0x2127FB) is known color: Blue. HEX triplet: 21, 27 and FB. RGB value is (33,39,251). Sum of RGB (Red+Green+Blue) = 33+39+251=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #2127FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2127FB is #DED804. Grayscale: #3C3C3C. Windows color (decimal): -14604293 or 16459553. OLE color: 16459553.
HSL color Cylindrical-coordinate representation of color #2127FB: hue angle of 238.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2127FB is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 39 | 251 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.02 |
| HSL | 238.35º | 0.96% | 0.56% | - |
| HSV(B) | 238.35º | 0.87% | 0.98% | - |
| XYZ | 18.77 | 8.74 | 91.96 | - |
| YUV | 61.37 | 235.01 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 251 | 0.87 | 0.84 | 0 | 0.02 | 238.35 | 0.96 | 0.56 |
| Hex | 21 | 27 | FB | 57 | 54 | 0 | 2 | EE | 60 | 38 |
| Octal | 41 | 47 | 373 | 127 | 124 | 0 | 2 | 356 | 140 | 70 |
| Binary | 100001 | 100111 | 11111011 | 1010111 | 1010100 | 0 | 10 | 11101110 | 1100000 | 111000 |
Color Harmonies of #2127FB
Complementary color
Monochromatic Colors of #2127FB
Black with #2127FB
Text Example
Text Example
White with #2127FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2127FB; }
p { color: rgb(33,39,251); }
H1.HeaderClassName
{
color: #2127FB;
}
.AnyTagClassName
{
color: #2127FB;
}
</style>
background-color css
<style>
a { background-color: #2127FB; }
a { background-color: rgb(33,39,251); }
div.DivClassName
{
background-color: #2127FB;
}
.BgClassName
{
background-color: #2127FB;
}
</style>
border-color css
<style>
span { border-color: #2127FB; }
span { border-color: rgb(33,39,251); }
td.TdClassName
{
border-color: #2127FB;
}
.TagClassName
{
border-color: #2127FB;
}
</style>