Shades of Blue #1025FB
Tints of Blue #1025FB
RGB
CMYK
RGB Variations
Color information
#1025FB (or 0x1025FB) is known color: Blue. HEX triplet: 10, 25 and FB. RGB value is (16,37,251). Sum of RGB (Red+Green+Blue) = 16+37+251=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #1025FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1025FB is #EFDA04. Grayscale: #363636. Windows color (decimal): -15718917 or 16459024. OLE color: 16459024.
HSL color Cylindrical-coordinate representation of color #1025FB: hue angle of 234.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1025FB is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 37 | 251 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.02 |
| HSL | 234.64º | 0.97% | 0.52% | - |
| HSV(B) | 234.64º | 0.94% | 0.98% | - |
| XYZ | 18.29 | 8.4 | 91.92 | - |
| YUV | 55.12 | 238.54 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 251 | 0.94 | 0.85 | 0 | 0.02 | 234.64 | 0.97 | 0.52 |
| Hex | 10 | 25 | FB | 5E | 55 | 0 | 2 | EB | 61 | 34 |
| Octal | 20 | 45 | 373 | 136 | 125 | 0 | 2 | 353 | 141 | 64 |
| Binary | 10000 | 100101 | 11111011 | 1011110 | 1010101 | 0 | 10 | 11101011 | 1100001 | 110100 |
Color Harmonies of #1025FB
Complementary color
Monochromatic Colors of #1025FB
Black with #1025FB
Text Example
Text Example
White with #1025FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1025FB; }
p { color: rgb(16,37,251); }
H1.HeaderClassName
{
color: #1025FB;
}
.AnyTagClassName
{
color: #1025FB;
}
</style>
background-color css
<style>
a { background-color: #1025FB; }
a { background-color: rgb(16,37,251); }
div.DivClassName
{
background-color: #1025FB;
}
.BgClassName
{
background-color: #1025FB;
}
</style>
border-color css
<style>
span { border-color: #1025FB; }
span { border-color: rgb(16,37,251); }
td.TdClassName
{
border-color: #1025FB;
}
.TagClassName
{
border-color: #1025FB;
}
</style>