Shades of Blue #1D25F3
Tints of Blue #1D25F3
RGB
CMYK
RGB Variations
Color information
#1D25F3 (or 0x1D25F3) is known color: Blue. HEX triplet: 1D, 25 and F3. RGB value is (29,37,243). Sum of RGB (Red+Green+Blue) = 29+37+243=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 243 (95.31% from 255 or 78.64% from 309); Max value from RGB is 243 - color contains mainly: blue. Hex color #1D25F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D25F3 is #E2DA0C. Grayscale: #393939. Windows color (decimal): -14866957 or 15934749. OLE color: 15934749.
HSL color Cylindrical-coordinate representation of color #1D25F3: hue angle of 237.76º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D25F3 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 37 | 243 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.05 |
| HSL | 237.76º | 0.9% | 0.53% | - |
| HSV(B) | 237.76º | 0.88% | 0.95% | - |
| XYZ | 17.35 | 8.06 | 85.43 | - |
| YUV | 58.09 | 232.35 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 243 | 0.88 | 0.85 | 0 | 0.05 | 237.76 | 0.9 | 0.53 |
| Hex | 1D | 25 | F3 | 58 | 55 | 0 | 5 | EE | 5A | 35 |
| Octal | 35 | 45 | 363 | 130 | 125 | 0 | 5 | 356 | 132 | 65 |
| Binary | 11101 | 100101 | 11110011 | 1011000 | 1010101 | 0 | 101 | 11101110 | 1011010 | 110101 |
Color Harmonies of #1D25F3
Complementary color
Monochromatic Colors of #1D25F3
Black with #1D25F3
Text Example
Text Example
White with #1D25F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D25F3; }
p { color: rgb(29,37,243); }
H1.HeaderClassName
{
color: #1D25F3;
}
.AnyTagClassName
{
color: #1D25F3;
}
</style>
background-color css
<style>
a { background-color: #1D25F3; }
a { background-color: rgb(29,37,243); }
div.DivClassName
{
background-color: #1D25F3;
}
.BgClassName
{
background-color: #1D25F3;
}
</style>
border-color css
<style>
span { border-color: #1D25F3; }
span { border-color: rgb(29,37,243); }
td.TdClassName
{
border-color: #1D25F3;
}
.TagClassName
{
border-color: #1D25F3;
}
</style>