Shades of Blue #1E25FE
Tints of Blue #1E25FE
RGB
CMYK
RGB Variations
Color information
#1E25FE (or 0x1E25FE) is known color: Blue. HEX triplet: 1E, 25 and FE. RGB value is (30,37,254). Sum of RGB (Red+Green+Blue) = 30+37+254=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E25FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E25FE is #E1DA01. Grayscale: #3A3A3A. Windows color (decimal): -14801410 or 16655646. OLE color: 16655646.
HSL color Cylindrical-coordinate representation of color #1E25FE: hue angle of 238.12º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E25FE is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 37 | 254 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.00 |
| HSL | 238.13º | 0.99% | 0.56% | - |
| HSV(B) | 238.13º | 0.88% | 1% | - |
| XYZ | 19.09 | 8.75 | 94.45 | - |
| YUV | 59.65 | 237.68 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 254 | 0.88 | 0.85 | 0 | 0.00 | 238.13 | 0.99 | 0.56 |
| Hex | 1E | 25 | FE | 58 | 55 | 0 | 0 | EE | 63 | 38 |
| Octal | 36 | 45 | 376 | 130 | 125 | 0 | 0 | 356 | 143 | 70 |
| Binary | 11110 | 100101 | 11111110 | 1011000 | 1010101 | 0 | 0 | 11101110 | 1100011 | 111000 |
Color Harmonies of #1E25FE
Complementary color
Monochromatic Colors of #1E25FE
Black with #1E25FE
Text Example
Text Example
White with #1E25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E25FE; }
p { color: rgb(30,37,254); }
H1.HeaderClassName
{
color: #1E25FE;
}
.AnyTagClassName
{
color: #1E25FE;
}
</style>
background-color css
<style>
a { background-color: #1E25FE; }
a { background-color: rgb(30,37,254); }
div.DivClassName
{
background-color: #1E25FE;
}
.BgClassName
{
background-color: #1E25FE;
}
</style>
border-color css
<style>
span { border-color: #1E25FE; }
span { border-color: rgb(30,37,254); }
td.TdClassName
{
border-color: #1E25FE;
}
.TagClassName
{
border-color: #1E25FE;
}
</style>