Shades of Blue #1920FA
Tints of Blue #1920FA
RGB
CMYK
RGB Variations
Color information
#1920FA (or 0x1920FA) is known color: Blue. HEX triplet: 19, 20 and FA. RGB value is (25,32,250). Sum of RGB (Red+Green+Blue) = 25+32+250=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #1920FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1920FA is #E6DF05. Grayscale: #353535. Windows color (decimal): -15130374 or 16392217. OLE color: 16392217.
HSL color Cylindrical-coordinate representation of color #1920FA: hue angle of 238.13º degrees, saturation: 0.96, 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 #1920FA is Cyan = 0.9, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 32 | 250 | - |
| CMYK | 0.9 | 0.87 | 0 | 0.02 |
| HSL | 238.13º | 0.96% | 0.54% | - |
| HSV(B) | 238.13º | 0.9% | 0.98% | - |
| XYZ | 18.17 | 8.14 | 91.06 | - |
| YUV | 54.76 | 238.18 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 250 | 0.9 | 0.87 | 0 | 0.02 | 238.13 | 0.96 | 0.54 |
| Hex | 19 | 20 | FA | 5A | 57 | 0 | 2 | EE | 60 | 36 |
| Octal | 31 | 40 | 372 | 132 | 127 | 0 | 2 | 356 | 140 | 66 |
| Binary | 11001 | 100000 | 11111010 | 1011010 | 1010111 | 0 | 10 | 11101110 | 1100000 | 110110 |
Color Harmonies of #1920FA
Complementary color
Monochromatic Colors of #1920FA
Black with #1920FA
Text Example
Text Example
White with #1920FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1920FA; }
p { color: rgb(25,32,250); }
H1.HeaderClassName
{
color: #1920FA;
}
.AnyTagClassName
{
color: #1920FA;
}
</style>
background-color css
<style>
a { background-color: #1920FA; }
a { background-color: rgb(25,32,250); }
div.DivClassName
{
background-color: #1920FA;
}
.BgClassName
{
background-color: #1920FA;
}
</style>
border-color css
<style>
span { border-color: #1920FA; }
span { border-color: rgb(25,32,250); }
td.TdClassName
{
border-color: #1920FA;
}
.TagClassName
{
border-color: #1920FA;
}
</style>