Shades of Blue #2123FB
Tints of Blue #2123FB
RGB
CMYK
RGB Variations
Color information
#2123FB (or 0x2123FB) is known color: Blue. HEX triplet: 21, 23 and FB. RGB value is (33,35,251). Sum of RGB (Red+Green+Blue) = 33+35+251=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #2123FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2123FB is #DEDC04. Grayscale: #3A3A3A. Windows color (decimal): -14605317 or 16458529. OLE color: 16458529.
HSL color Cylindrical-coordinate representation of color #2123FB: hue angle of 239.45º 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 #2123FB is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 35 | 251 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.02 |
| HSL | 239.45º | 0.96% | 0.56% | - |
| HSV(B) | 239.45º | 0.87% | 0.98% | - |
| XYZ | 18.64 | 8.49 | 91.92 | - |
| YUV | 59.03 | 236.34 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 251 | 0.87 | 0.86 | 0 | 0.02 | 239.45 | 0.96 | 0.56 |
| Hex | 21 | 23 | FB | 57 | 56 | 0 | 2 | EF | 60 | 38 |
| Octal | 41 | 43 | 373 | 127 | 126 | 0 | 2 | 357 | 140 | 70 |
| Binary | 100001 | 100011 | 11111011 | 1010111 | 1010110 | 0 | 10 | 11101111 | 1100000 | 111000 |
Color Harmonies of #2123FB
Complementary color
Monochromatic Colors of #2123FB
Black with #2123FB
Text Example
Text Example
White with #2123FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123FB; }
p { color: rgb(33,35,251); }
H1.HeaderClassName
{
color: #2123FB;
}
.AnyTagClassName
{
color: #2123FB;
}
</style>
background-color css
<style>
a { background-color: #2123FB; }
a { background-color: rgb(33,35,251); }
div.DivClassName
{
background-color: #2123FB;
}
.BgClassName
{
background-color: #2123FB;
}
</style>
border-color css
<style>
span { border-color: #2123FB; }
span { border-color: rgb(33,35,251); }
td.TdClassName
{
border-color: #2123FB;
}
.TagClassName
{
border-color: #2123FB;
}
</style>