Shades of Blue #1023EA
Tints of Blue #1023EA
RGB
CMYK
RGB Variations
Color information
#1023EA (or 0x1023EA) is known color: Blue. HEX triplet: 10, 23 and EA. RGB value is (16,35,234). Sum of RGB (Red+Green+Blue) = 16+35+234=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 234 (91.80% from 255 or 82.11% from 285); Max value from RGB is 234 - color contains mainly: blue. Hex color #1023EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1023EA is #EFDC15. Grayscale: #333333. Windows color (decimal): -15719446 or 15344400. OLE color: 15344400.
HSL color Cylindrical-coordinate representation of color #1023EA: hue angle of 234.77º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1023EA is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 35 | 234 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.08 |
| HSL | 234.77º | 0.87% | 0.49% | - |
| HSV(B) | 234.77º | 0.93% | 0.92% | - |
| XYZ | 15.67 | 7.25 | 78.42 | - |
| YUV | 52.01 | 230.71 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 234 | 0.93 | 0.85 | 0 | 0.08 | 234.77 | 0.87 | 0.49 |
| Hex | 10 | 23 | EA | 5D | 55 | 0 | 8 | EB | 57 | 31 |
| Octal | 20 | 43 | 352 | 135 | 125 | 0 | 10 | 353 | 127 | 61 |
| Binary | 10000 | 100011 | 11101010 | 1011101 | 1010101 | 0 | 1000 | 11101011 | 1010111 | 110001 |
Color Harmonies of #1023EA
Complementary color
Monochromatic Colors of #1023EA
Black with #1023EA
Text Example
Text Example
White with #1023EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1023EA; }
p { color: rgb(16,35,234); }
H1.HeaderClassName
{
color: #1023EA;
}
.AnyTagClassName
{
color: #1023EA;
}
</style>
background-color css
<style>
a { background-color: #1023EA; }
a { background-color: rgb(16,35,234); }
div.DivClassName
{
background-color: #1023EA;
}
.BgClassName
{
background-color: #1023EA;
}
</style>
border-color css
<style>
span { border-color: #1023EA; }
span { border-color: rgb(16,35,234); }
td.TdClassName
{
border-color: #1023EA;
}
.TagClassName
{
border-color: #1023EA;
}
</style>