Shades of Blue #1A25FD
Tints of Blue #1A25FD
RGB
CMYK
RGB Variations
Color information
#1A25FD (or 0x1A25FD) is known color: Blue. HEX triplet: 1A, 25 and FD. RGB value is (26,37,253). Sum of RGB (Red+Green+Blue) = 26+37+253=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A25FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A25FD is #E5DA02. Grayscale: #393939. Windows color (decimal): -15063555 or 16590106. OLE color: 16590106.
HSL color Cylindrical-coordinate representation of color #1A25FD: hue angle of 237.09º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A25FD is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 37 | 253 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.01 |
| HSL | 237.09º | 0.98% | 0.55% | - |
| HSV(B) | 237.09º | 0.9% | 0.99% | - |
| XYZ | 18.82 | 8.63 | 93.6 | - |
| YUV | 58.34 | 237.86 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 253 | 0.90 | 0.85 | 0 | 0.01 | 237.09 | 0.98 | 0.55 |
| Hex | 1A | 25 | FD | 5A | 55 | 0 | 1 | ED | 62 | 37 |
| Octal | 32 | 45 | 375 | 132 | 125 | 0 | 1 | 355 | 142 | 67 |
| Binary | 11010 | 100101 | 11111101 | 1011010 | 1010101 | 0 | 1 | 11101101 | 1100010 | 110111 |
Color Harmonies of #1A25FD
Complementary color
Monochromatic Colors of #1A25FD
Black with #1A25FD
Text Example
Text Example
White with #1A25FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A25FD; }
p { color: rgb(26,37,253); }
H1.HeaderClassName
{
color: #1A25FD;
}
.AnyTagClassName
{
color: #1A25FD;
}
</style>
background-color css
<style>
a { background-color: #1A25FD; }
a { background-color: rgb(26,37,253); }
div.DivClassName
{
background-color: #1A25FD;
}
.BgClassName
{
background-color: #1A25FD;
}
</style>
border-color css
<style>
span { border-color: #1A25FD; }
span { border-color: rgb(26,37,253); }
td.TdClassName
{
border-color: #1A25FD;
}
.TagClassName
{
border-color: #1A25FD;
}
</style>