Shades of Blue #1025E8
Tints of Blue #1025E8
RGB
CMYK
RGB Variations
Color information
#1025E8 (or 0x1025E8) is known color: Blue. HEX triplet: 10, 25 and E8. RGB value is (16,37,232). Sum of RGB (Red+Green+Blue) = 16+37+232=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 232 (91.02% from 255 or 81.40% from 285); Max value from RGB is 232 - color contains mainly: blue. Hex color #1025E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1025E8 is #EFDA17. Grayscale: #343434. Windows color (decimal): -15718936 or 15213840. OLE color: 15213840.
HSL color Cylindrical-coordinate representation of color #1025E8: hue angle of 234.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1025E8 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 37 | 232 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.09 |
| HSL | 234.17º | 0.87% | 0.49% | - |
| HSV(B) | 234.17º | 0.93% | 0.91% | - |
| XYZ | 15.44 | 7.26 | 76.93 | - |
| YUV | 52.95 | 229.04 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 232 | 0.93 | 0.84 | 0 | 0.09 | 234.17 | 0.87 | 0.49 |
| Hex | 10 | 25 | E8 | 5D | 54 | 0 | 9 | EA | 57 | 31 |
| Octal | 20 | 45 | 350 | 135 | 124 | 0 | 11 | 352 | 127 | 61 |
| Binary | 10000 | 100101 | 11101000 | 1011101 | 1010100 | 0 | 1001 | 11101010 | 1010111 | 110001 |
Color Harmonies of #1025E8
Complementary color
Monochromatic Colors of #1025E8
Black with #1025E8
Text Example
Text Example
White with #1025E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1025E8; }
p { color: rgb(16,37,232); }
H1.HeaderClassName
{
color: #1025E8;
}
.AnyTagClassName
{
color: #1025E8;
}
</style>
background-color css
<style>
a { background-color: #1025E8; }
a { background-color: rgb(16,37,232); }
div.DivClassName
{
background-color: #1025E8;
}
.BgClassName
{
background-color: #1025E8;
}
</style>
border-color css
<style>
span { border-color: #1025E8; }
span { border-color: rgb(16,37,232); }
td.TdClassName
{
border-color: #1025E8;
}
.TagClassName
{
border-color: #1025E8;
}
</style>