Shades of Blue #1925F8
Tints of Blue #1925F8
RGB
CMYK
RGB Variations
Color information
#1925F8 (or 0x1925F8) is known color: Blue. HEX triplet: 19, 25 and F8. RGB value is (25,37,248). Sum of RGB (Red+Green+Blue) = 25+37+248=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 248 (97.27% from 255 or 80% from 310); Max value from RGB is 248 - color contains mainly: blue. Hex color #1925F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1925F8 is #E6DA07. Grayscale: #383838. Windows color (decimal): -15129096 or 16262425. OLE color: 16262425.
HSL color Cylindrical-coordinate representation of color #1925F8: hue angle of 236.77º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1925F8 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 37 | 248 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.03 |
| HSL | 236.77º | 0.94% | 0.54% | - |
| HSV(B) | 236.77º | 0.9% | 0.97% | - |
| XYZ | 18.01 | 8.31 | 89.46 | - |
| YUV | 57.47 | 235.52 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 248 | 0.90 | 0.85 | 0 | 0.03 | 236.77 | 0.94 | 0.54 |
| Hex | 19 | 25 | F8 | 5A | 55 | 0 | 3 | ED | 5E | 36 |
| Octal | 31 | 45 | 370 | 132 | 125 | 0 | 3 | 355 | 136 | 66 |
| Binary | 11001 | 100101 | 11111000 | 1011010 | 1010101 | 0 | 11 | 11101101 | 1011110 | 110110 |
Color Harmonies of #1925F8
Complementary color
Monochromatic Colors of #1925F8
Black with #1925F8
Text Example
Text Example
White with #1925F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925F8; }
p { color: rgb(25,37,248); }
H1.HeaderClassName
{
color: #1925F8;
}
.AnyTagClassName
{
color: #1925F8;
}
</style>
background-color css
<style>
a { background-color: #1925F8; }
a { background-color: rgb(25,37,248); }
div.DivClassName
{
background-color: #1925F8;
}
.BgClassName
{
background-color: #1925F8;
}
</style>
border-color css
<style>
span { border-color: #1925F8; }
span { border-color: rgb(25,37,248); }
td.TdClassName
{
border-color: #1925F8;
}
.TagClassName
{
border-color: #1925F8;
}
</style>