Shades of Blue #1423EB
Tints of Blue #1423EB
RGB
CMYK
RGB Variations
Color information
#1423EB (or 0x1423EB) is known color: Blue. HEX triplet: 14, 23 and EB. RGB value is (20,35,235). Sum of RGB (Red+Green+Blue) = 20+35+235=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 235 (92.19% from 255 or 81.03% from 290); Max value from RGB is 235 - color contains mainly: blue. Hex color #1423EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1423EB is #EBDC14. Grayscale: #343434. Windows color (decimal): -15457301 or 15409940. OLE color: 15409940.
HSL color Cylindrical-coordinate representation of color #1423EB: hue angle of 235.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1423EB is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 35 | 235 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.08 |
| HSL | 235.81º | 0.84% | 0.5% | - |
| HSV(B) | 235.81º | 0.91% | 0.92% | - |
| XYZ | 15.88 | 7.35 | 79.18 | - |
| YUV | 53.32 | 230.53 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 235 | 0.91 | 0.85 | 0 | 0.08 | 235.81 | 0.84 | 0.5 |
| Hex | 14 | 23 | EB | 5B | 55 | 0 | 8 | EC | 54 | 32 |
| Octal | 24 | 43 | 353 | 133 | 125 | 0 | 10 | 354 | 124 | 62 |
| Binary | 10100 | 100011 | 11101011 | 1011011 | 1010101 | 0 | 1000 | 11101100 | 1010100 | 110010 |
Color Harmonies of #1423EB
Complementary color
Monochromatic Colors of #1423EB
Black with #1423EB
Text Example
Text Example
White with #1423EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1423EB; }
p { color: rgb(20,35,235); }
H1.HeaderClassName
{
color: #1423EB;
}
.AnyTagClassName
{
color: #1423EB;
}
</style>
background-color css
<style>
a { background-color: #1423EB; }
a { background-color: rgb(20,35,235); }
div.DivClassName
{
background-color: #1423EB;
}
.BgClassName
{
background-color: #1423EB;
}
</style>
border-color css
<style>
span { border-color: #1423EB; }
span { border-color: rgb(20,35,235); }
td.TdClassName
{
border-color: #1423EB;
}
.TagClassName
{
border-color: #1423EB;
}
</style>