Shades of Blue #1025FF
Tints of Blue #1025FF
RGB
CMYK
RGB Variations
Color information
#1025FF (or 0x1025FF) is known color: Blue. HEX triplet: 10, 25 and FF. RGB value is (16,37,255). Sum of RGB (Red+Green+Blue) = 16+37+255=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #1025FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1025FF is #EFDA00. Grayscale: #363636. Windows color (decimal): -15718913 or 16721168. OLE color: 16721168.
HSL color Cylindrical-coordinate representation of color #1025FF: hue angle of 234.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1025FF is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 37 | 255 | - |
| CMYK | 0.94 | 0.85 | 0 | 0 |
| HSL | 234.73º | 1% | 0.53% | - |
| HSV(B) | 234.73º | 0.94% | 1% | - |
| XYZ | 18.93 | 8.65 | 95.28 | - |
| YUV | 55.57 | 240.54 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 255 | 0.94 | 0.85 | 0 | 0 | 234.73 | 1 | 0.53 |
| Hex | 10 | 25 | FF | 5E | 55 | 0 | 0 | EB | 64 | 35 |
| Octal | 20 | 45 | 377 | 136 | 125 | 0 | 0 | 353 | 144 | 65 |
| Binary | 10000 | 100101 | 11111111 | 1011110 | 1010101 | 0 | 0 | 11101011 | 1100100 | 110101 |
Color Harmonies of #1025FF
Complementary color
Monochromatic Colors of #1025FF
Black with #1025FF
Text Example
Text Example
White with #1025FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1025FF; }
p { color: rgb(16,37,255); }
H1.HeaderClassName
{
color: #1025FF;
}
.AnyTagClassName
{
color: #1025FF;
}
</style>
background-color css
<style>
a { background-color: #1025FF; }
a { background-color: rgb(16,37,255); }
div.DivClassName
{
background-color: #1025FF;
}
.BgClassName
{
background-color: #1025FF;
}
</style>
border-color css
<style>
span { border-color: #1025FF; }
span { border-color: rgb(16,37,255); }
td.TdClassName
{
border-color: #1025FF;
}
.TagClassName
{
border-color: #1025FF;
}
</style>