Shades of Blue #2127FC
Tints of Blue #2127FC
RGB
CMYK
RGB Variations
Color information
#2127FC (or 0x2127FC) is known color: Blue. HEX triplet: 21, 27 and FC. RGB value is (33,39,252). Sum of RGB (Red+Green+Blue) = 33+39+252=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #2127FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2127FC is #DED803. Grayscale: #3C3C3C. Windows color (decimal): -14604292 or 16525089. OLE color: 16525089.
HSL color Cylindrical-coordinate representation of color #2127FC: hue angle of 238.36º degrees, saturation: 0.97, 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 #2127FC is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 39 | 252 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.01 |
| HSL | 238.36º | 0.97% | 0.56% | - |
| HSV(B) | 238.36º | 0.87% | 0.99% | - |
| XYZ | 18.92 | 8.8 | 92.8 | - |
| YUV | 61.49 | 235.51 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 252 | 0.87 | 0.85 | 0 | 0.01 | 238.36 | 0.97 | 0.56 |
| Hex | 21 | 27 | FC | 57 | 55 | 0 | 1 | EE | 61 | 38 |
| Octal | 41 | 47 | 374 | 127 | 125 | 0 | 1 | 356 | 141 | 70 |
| Binary | 100001 | 100111 | 11111100 | 1010111 | 1010101 | 0 | 1 | 11101110 | 1100001 | 111000 |
Color Harmonies of #2127FC
Complementary color
Monochromatic Colors of #2127FC
Black with #2127FC
Text Example
Text Example
White with #2127FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2127FC; }
p { color: rgb(33,39,252); }
H1.HeaderClassName
{
color: #2127FC;
}
.AnyTagClassName
{
color: #2127FC;
}
</style>
background-color css
<style>
a { background-color: #2127FC; }
a { background-color: rgb(33,39,252); }
div.DivClassName
{
background-color: #2127FC;
}
.BgClassName
{
background-color: #2127FC;
}
</style>
border-color css
<style>
span { border-color: #2127FC; }
span { border-color: rgb(33,39,252); }
td.TdClassName
{
border-color: #2127FC;
}
.TagClassName
{
border-color: #2127FC;
}
</style>