Shades of Blue #1024FA
Tints of Blue #1024FA
RGB
CMYK
RGB Variations
Color information
#1024FA (or 0x1024FA) is known color: Blue. HEX triplet: 10, 24 and FA. RGB value is (16,36,250). Sum of RGB (Red+Green+Blue) = 16+36+250=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 250 (98.05% from 255 or 82.78% from 302); Max value from RGB is 250 - color contains mainly: blue. Hex color #1024FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1024FA is #EFDB05. Grayscale: #353535. Windows color (decimal): -15719174 or 16393232. OLE color: 16393232.
HSL color Cylindrical-coordinate representation of color #1024FA: hue angle of 234.87º degrees, saturation: 0.96, 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 #1024FA is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 36 | 250 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.02 |
| HSL | 234.87º | 0.96% | 0.52% | - |
| HSV(B) | 234.87º | 0.94% | 0.98% | - |
| XYZ | 18.1 | 8.27 | 91.09 | - |
| YUV | 54.42 | 238.37 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 250 | 0.94 | 0.86 | 0 | 0.02 | 234.87 | 0.96 | 0.52 |
| Hex | 10 | 24 | FA | 5E | 56 | 0 | 2 | EB | 60 | 34 |
| Octal | 20 | 44 | 372 | 136 | 126 | 0 | 2 | 353 | 140 | 64 |
| Binary | 10000 | 100100 | 11111010 | 1011110 | 1010110 | 0 | 10 | 11101011 | 1100000 | 110100 |
Color Harmonies of #1024FA
Complementary color
Monochromatic Colors of #1024FA
Black with #1024FA
Text Example
Text Example
White with #1024FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1024FA; }
p { color: rgb(16,36,250); }
H1.HeaderClassName
{
color: #1024FA;
}
.AnyTagClassName
{
color: #1024FA;
}
</style>
background-color css
<style>
a { background-color: #1024FA; }
a { background-color: rgb(16,36,250); }
div.DivClassName
{
background-color: #1024FA;
}
.BgClassName
{
background-color: #1024FA;
}
</style>
border-color css
<style>
span { border-color: #1024FA; }
span { border-color: rgb(16,36,250); }
td.TdClassName
{
border-color: #1024FA;
}
.TagClassName
{
border-color: #1024FA;
}
</style>