Shades of Blue #1921FB
Tints of Blue #1921FB
RGB
CMYK
RGB Variations
Color information
#1921FB (or 0x1921FB) is known color: Blue. HEX triplet: 19, 21 and FB. RGB value is (25,33,251). Sum of RGB (Red+Green+Blue) = 25+33+251=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #1921FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1921FB is #E6DE04. Grayscale: #363636. Windows color (decimal): -15130117 or 16458009. OLE color: 16458009.
HSL color Cylindrical-coordinate representation of color #1921FB: hue angle of 237.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1921FB is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 33 | 251 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.02 |
| HSL | 237.88º | 0.97% | 0.54% | - |
| HSV(B) | 237.88º | 0.9% | 0.98% | - |
| XYZ | 18.36 | 8.26 | 91.89 | - |
| YUV | 55.46 | 238.35 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 251 | 0.90 | 0.87 | 0 | 0.02 | 237.88 | 0.97 | 0.54 |
| Hex | 19 | 21 | FB | 5A | 57 | 0 | 2 | EE | 61 | 36 |
| Octal | 31 | 41 | 373 | 132 | 127 | 0 | 2 | 356 | 141 | 66 |
| Binary | 11001 | 100001 | 11111011 | 1011010 | 1010111 | 0 | 10 | 11101110 | 1100001 | 110110 |
Color Harmonies of #1921FB
Complementary color
Monochromatic Colors of #1921FB
Black with #1921FB
Text Example
Text Example
White with #1921FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1921FB; }
p { color: rgb(25,33,251); }
H1.HeaderClassName
{
color: #1921FB;
}
.AnyTagClassName
{
color: #1921FB;
}
</style>
background-color css
<style>
a { background-color: #1921FB; }
a { background-color: rgb(25,33,251); }
div.DivClassName
{
background-color: #1921FB;
}
.BgClassName
{
background-color: #1921FB;
}
</style>
border-color css
<style>
span { border-color: #1921FB; }
span { border-color: rgb(25,33,251); }
td.TdClassName
{
border-color: #1921FB;
}
.TagClassName
{
border-color: #1921FB;
}
</style>