Shades of Blue #1023E9
Tints of Blue #1023E9
RGB
CMYK
RGB Variations
Color information
#1023E9 (or 0x1023E9) is known color: Blue. HEX triplet: 10, 23 and E9. RGB value is (16,35,233). Sum of RGB (Red+Green+Blue) = 16+35+233=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 233 (91.41% from 255 or 82.04% from 284); Max value from RGB is 233 - color contains mainly: blue. Hex color #1023E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1023E9 is #EFDC16. Grayscale: #333333. Windows color (decimal): -15719447 or 15278864. OLE color: 15278864.
HSL color Cylindrical-coordinate representation of color #1023E9: hue angle of 234.75º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1023E9 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 35 | 233 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.09 |
| HSL | 234.75º | 0.87% | 0.49% | - |
| HSV(B) | 234.75º | 0.93% | 0.91% | - |
| XYZ | 15.52 | 7.2 | 77.66 | - |
| YUV | 51.89 | 230.21 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 233 | 0.93 | 0.85 | 0 | 0.09 | 234.75 | 0.87 | 0.49 |
| Hex | 10 | 23 | E9 | 5D | 55 | 0 | 9 | EB | 57 | 31 |
| Octal | 20 | 43 | 351 | 135 | 125 | 0 | 11 | 353 | 127 | 61 |
| Binary | 10000 | 100011 | 11101001 | 1011101 | 1010101 | 0 | 1001 | 11101011 | 1010111 | 110001 |
Color Harmonies of #1023E9
Complementary color
Monochromatic Colors of #1023E9
Black with #1023E9
Text Example
Text Example
White with #1023E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1023E9; }
p { color: rgb(16,35,233); }
H1.HeaderClassName
{
color: #1023E9;
}
.AnyTagClassName
{
color: #1023E9;
}
</style>
background-color css
<style>
a { background-color: #1023E9; }
a { background-color: rgb(16,35,233); }
div.DivClassName
{
background-color: #1023E9;
}
.BgClassName
{
background-color: #1023E9;
}
</style>
border-color css
<style>
span { border-color: #1023E9; }
span { border-color: rgb(16,35,233); }
td.TdClassName
{
border-color: #1023E9;
}
.TagClassName
{
border-color: #1023E9;
}
</style>