Shades of Blue #1D25FF
Tints of Blue #1D25FF
RGB
CMYK
RGB Variations
Color information
#1D25FF (or 0x1D25FF) is known color: Blue. HEX triplet: 1D, 25 and FF. RGB value is (29,37,255). Sum of RGB (Red+Green+Blue) = 29+37+255=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D25FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D25FF is #E2DA00. Grayscale: #3A3A3A. Windows color (decimal): -14866945 or 16721181. OLE color: 16721181.
HSL color Cylindrical-coordinate representation of color #1D25FF: hue angle of 237.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D25FF is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 37 | 255 | - |
| CMYK | 0.89 | 0.85 | 0 | 0 |
| HSL | 237.88º | 1% | 0.56% | - |
| HSV(B) | 237.88º | 0.89% | 1% | - |
| XYZ | 19.22 | 8.8 | 95.29 | - |
| YUV | 59.46 | 238.35 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 255 | 0.89 | 0.85 | 0 | 0 | 237.88 | 1 | 0.56 |
| Hex | 1D | 25 | FF | 59 | 55 | 0 | 0 | EE | 64 | 38 |
| Octal | 35 | 45 | 377 | 131 | 125 | 0 | 0 | 356 | 144 | 70 |
| Binary | 11101 | 100101 | 11111111 | 1011001 | 1010101 | 0 | 0 | 11101110 | 1100100 | 111000 |
Color Harmonies of #1D25FF
Complementary color
Monochromatic Colors of #1D25FF
Black with #1D25FF
Text Example
Text Example
White with #1D25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D25FF; }
p { color: rgb(29,37,255); }
H1.HeaderClassName
{
color: #1D25FF;
}
.AnyTagClassName
{
color: #1D25FF;
}
</style>
background-color css
<style>
a { background-color: #1D25FF; }
a { background-color: rgb(29,37,255); }
div.DivClassName
{
background-color: #1D25FF;
}
.BgClassName
{
background-color: #1D25FF;
}
</style>
border-color css
<style>
span { border-color: #1D25FF; }
span { border-color: rgb(29,37,255); }
td.TdClassName
{
border-color: #1D25FF;
}
.TagClassName
{
border-color: #1D25FF;
}
</style>