Shades of Blue #1024F7
Tints of Blue #1024F7
RGB
CMYK
RGB Variations
Color information
#1024F7 (or 0x1024F7) is known color: Blue. HEX triplet: 10, 24 and F7. RGB value is (16,36,247). Sum of RGB (Red+Green+Blue) = 16+36+247=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 247 (96.88% from 255 or 82.61% from 299); Max value from RGB is 247 - color contains mainly: blue. Hex color #1024F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1024F7 is #EFDB08. Grayscale: #353535. Windows color (decimal): -15719177 or 16196624. OLE color: 16196624.
HSL color Cylindrical-coordinate representation of color #1024F7: hue angle of 234.81º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1024F7 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 36 | 247 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.03 |
| HSL | 234.81º | 0.94% | 0.52% | - |
| HSV(B) | 234.81º | 0.94% | 0.97% | - |
| XYZ | 17.63 | 8.09 | 88.63 | - |
| YUV | 54.07 | 236.87 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 247 | 0.94 | 0.85 | 0 | 0.03 | 234.81 | 0.94 | 0.52 |
| Hex | 10 | 24 | F7 | 5E | 55 | 0 | 3 | EB | 5E | 34 |
| Octal | 20 | 44 | 367 | 136 | 125 | 0 | 3 | 353 | 136 | 64 |
| Binary | 10000 | 100100 | 11110111 | 1011110 | 1010101 | 0 | 11 | 11101011 | 1011110 | 110100 |
Color Harmonies of #1024F7
Complementary color
Monochromatic Colors of #1024F7
Black with #1024F7
Text Example
Text Example
White with #1024F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1024F7; }
p { color: rgb(16,36,247); }
H1.HeaderClassName
{
color: #1024F7;
}
.AnyTagClassName
{
color: #1024F7;
}
</style>
background-color css
<style>
a { background-color: #1024F7; }
a { background-color: rgb(16,36,247); }
div.DivClassName
{
background-color: #1024F7;
}
.BgClassName
{
background-color: #1024F7;
}
</style>
border-color css
<style>
span { border-color: #1024F7; }
span { border-color: rgb(16,36,247); }
td.TdClassName
{
border-color: #1024F7;
}
.TagClassName
{
border-color: #1024F7;
}
</style>