Shades of Blue #1D25FB
Tints of Blue #1D25FB
RGB
CMYK
RGB Variations
Color information
#1D25FB (or 0x1D25FB) is known color: Blue. HEX triplet: 1D, 25 and FB. RGB value is (29,37,251). Sum of RGB (Red+Green+Blue) = 29+37+251=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D25FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D25FB is #E2DA04. Grayscale: #3A3A3A. Windows color (decimal): -14866949 or 16459037. OLE color: 16459037.
HSL color Cylindrical-coordinate representation of color #1D25FB: hue angle of 237.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D25FB is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 37 | 251 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.02 |
| HSL | 237.84º | 0.97% | 0.55% | - |
| HSV(B) | 237.84º | 0.88% | 0.98% | - |
| XYZ | 18.58 | 8.55 | 91.94 | - |
| YUV | 59 | 236.35 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 251 | 0.88 | 0.85 | 0 | 0.02 | 237.84 | 0.97 | 0.55 |
| Hex | 1D | 25 | FB | 58 | 55 | 0 | 2 | EE | 61 | 37 |
| Octal | 35 | 45 | 373 | 130 | 125 | 0 | 2 | 356 | 141 | 67 |
| Binary | 11101 | 100101 | 11111011 | 1011000 | 1010101 | 0 | 10 | 11101110 | 1100001 | 110111 |
Color Harmonies of #1D25FB
Complementary color
Monochromatic Colors of #1D25FB
Black with #1D25FB
Text Example
Text Example
White with #1D25FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D25FB; }
p { color: rgb(29,37,251); }
H1.HeaderClassName
{
color: #1D25FB;
}
.AnyTagClassName
{
color: #1D25FB;
}
</style>
background-color css
<style>
a { background-color: #1D25FB; }
a { background-color: rgb(29,37,251); }
div.DivClassName
{
background-color: #1D25FB;
}
.BgClassName
{
background-color: #1D25FB;
}
</style>
border-color css
<style>
span { border-color: #1D25FB; }
span { border-color: rgb(29,37,251); }
td.TdClassName
{
border-color: #1D25FB;
}
.TagClassName
{
border-color: #1D25FB;
}
</style>