Shades of Blue #1024FF
Tints of Blue #1024FF
RGB
CMYK
RGB Variations
Color information
#1024FF (or 0x1024FF) is known color: Blue. HEX triplet: 10, 24 and FF. RGB value is (16,36,255). Sum of RGB (Red+Green+Blue) = 16+36+255=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #1024FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1024FF is #EFDB00. Grayscale: #363636. Windows color (decimal): -15719169 or 16720912. OLE color: 16720912.
HSL color Cylindrical-coordinate representation of color #1024FF: hue angle of 234.98º 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 #1024FF is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 36 | 255 | - |
| CMYK | 0.94 | 0.86 | 0 | 0 |
| HSL | 234.98º | 1% | 0.53% | - |
| HSV(B) | 234.98º | 0.94% | 1% | - |
| XYZ | 18.89 | 8.59 | 95.27 | - |
| YUV | 54.99 | 240.87 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 255 | 0.94 | 0.86 | 0 | 0 | 234.98 | 1 | 0.53 |
| Hex | 10 | 24 | FF | 5E | 56 | 0 | 0 | EB | 64 | 35 |
| Octal | 20 | 44 | 377 | 136 | 126 | 0 | 0 | 353 | 144 | 65 |
| Binary | 10000 | 100100 | 11111111 | 1011110 | 1010110 | 0 | 0 | 11101011 | 1100100 | 110101 |
Color Harmonies of #1024FF
Complementary color
Monochromatic Colors of #1024FF
Black with #1024FF
Text Example
Text Example
White with #1024FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1024FF; }
p { color: rgb(16,36,255); }
H1.HeaderClassName
{
color: #1024FF;
}
.AnyTagClassName
{
color: #1024FF;
}
</style>
background-color css
<style>
a { background-color: #1024FF; }
a { background-color: rgb(16,36,255); }
div.DivClassName
{
background-color: #1024FF;
}
.BgClassName
{
background-color: #1024FF;
}
</style>
border-color css
<style>
span { border-color: #1024FF; }
span { border-color: rgb(16,36,255); }
td.TdClassName
{
border-color: #1024FF;
}
.TagClassName
{
border-color: #1024FF;
}
</style>