Shades of Blue #1024F6
Tints of Blue #1024F6
RGB
CMYK
RGB Variations
Color information
#1024F6 (or 0x1024F6) is known color: Blue. HEX triplet: 10, 24 and F6. RGB value is (16,36,246). Sum of RGB (Red+Green+Blue) = 16+36+246=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 246 (96.48% from 255 or 82.55% from 298); Max value from RGB is 246 - color contains mainly: blue. Hex color #1024F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1024F6 is #EFDB09. Grayscale: #353535. Windows color (decimal): -15719178 or 16131088. OLE color: 16131088.
HSL color Cylindrical-coordinate representation of color #1024F6: hue angle of 234.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1024F6 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 36 | 246 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.04 |
| HSL | 234.78º | 0.93% | 0.51% | - |
| HSV(B) | 234.78º | 0.93% | 0.96% | - |
| XYZ | 17.48 | 8.03 | 87.82 | - |
| YUV | 53.96 | 236.37 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 246 | 0.93 | 0.85 | 0 | 0.04 | 234.78 | 0.93 | 0.51 |
| Hex | 10 | 24 | F6 | 5D | 55 | 0 | 4 | EB | 5D | 33 |
| Octal | 20 | 44 | 366 | 135 | 125 | 0 | 4 | 353 | 135 | 63 |
| Binary | 10000 | 100100 | 11110110 | 1011101 | 1010101 | 0 | 100 | 11101011 | 1011101 | 110011 |
Color Harmonies of #1024F6
Complementary color
Monochromatic Colors of #1024F6
Black with #1024F6
Text Example
Text Example
White with #1024F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1024F6; }
p { color: rgb(16,36,246); }
H1.HeaderClassName
{
color: #1024F6;
}
.AnyTagClassName
{
color: #1024F6;
}
</style>
background-color css
<style>
a { background-color: #1024F6; }
a { background-color: rgb(16,36,246); }
div.DivClassName
{
background-color: #1024F6;
}
.BgClassName
{
background-color: #1024F6;
}
</style>
border-color css
<style>
span { border-color: #1024F6; }
span { border-color: rgb(16,36,246); }
td.TdClassName
{
border-color: #1024F6;
}
.TagClassName
{
border-color: #1024F6;
}
</style>