Shades of Blue #1D25EB
Tints of Blue #1D25EB
RGB
CMYK
RGB Variations
Color information
#1D25EB (or 0x1D25EB) is known color: Blue. HEX triplet: 1D, 25 and EB. RGB value is (29,37,235). Sum of RGB (Red+Green+Blue) = 29+37+235=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D25EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D25EB is #E2DA14. Grayscale: #383838. Windows color (decimal): -14866965 or 15410461. OLE color: 15410461.
HSL color Cylindrical-coordinate representation of color #1D25EB: hue angle of 237.67º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D25EB is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 37 | 235 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.08 |
| HSL | 237.67º | 0.84% | 0.52% | - |
| HSV(B) | 237.67º | 0.88% | 0.92% | - |
| XYZ | 16.16 | 7.58 | 79.21 | - |
| YUV | 57.18 | 228.35 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 235 | 0.88 | 0.84 | 0 | 0.08 | 237.67 | 0.84 | 0.52 |
| Hex | 1D | 25 | EB | 58 | 54 | 0 | 8 | EE | 54 | 34 |
| Octal | 35 | 45 | 353 | 130 | 124 | 0 | 10 | 356 | 124 | 64 |
| Binary | 11101 | 100101 | 11101011 | 1011000 | 1010100 | 0 | 1000 | 11101110 | 1010100 | 110100 |
Color Harmonies of #1D25EB
Complementary color
Monochromatic Colors of #1D25EB
Black with #1D25EB
Text Example
Text Example
White with #1D25EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D25EB; }
p { color: rgb(29,37,235); }
H1.HeaderClassName
{
color: #1D25EB;
}
.AnyTagClassName
{
color: #1D25EB;
}
</style>
background-color css
<style>
a { background-color: #1D25EB; }
a { background-color: rgb(29,37,235); }
div.DivClassName
{
background-color: #1D25EB;
}
.BgClassName
{
background-color: #1D25EB;
}
</style>
border-color css
<style>
span { border-color: #1D25EB; }
span { border-color: rgb(29,37,235); }
td.TdClassName
{
border-color: #1D25EB;
}
.TagClassName
{
border-color: #1D25EB;
}
</style>