Shades of Blue #1401EB
Tints of Blue #1401EB
RGB
CMYK
RGB Variations
Color information
#1401EB (or 0x1401EB) is known color: Blue. HEX triplet: 14, 01 and EB. RGB value is (20,1,235). Sum of RGB (Red+Green+Blue) = 20+1+235=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 235 (92.19% from 255 or 91.80% from 256); Max value from RGB is 235 - color contains mainly: blue. Hex color #1401EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1401EB is #EBFE14. Grayscale: #202020. Windows color (decimal): -15466005 or 15401236. OLE color: 15401236.
HSL color Cylindrical-coordinate representation of color #1401EB: hue angle of 244.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1401EB is Cyan = 0.91, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 1 | 235 | - |
| CMYK | 0.91 | 1.00 | 0 | 0.08 |
| HSL | 244.87º | 0.99% | 0.46% | - |
| HSV(B) | 244.87º | 1% | 0.92% | - |
| XYZ | 15.29 | 6.17 | 78.98 | - |
| YUV | 33.36 | 241.79 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 235 | 0.91 | 1.00 | 0 | 0.08 | 244.87 | 0.99 | 0.46 |
| Hex | 14 | 1 | EB | 5B | 64 | 0 | 8 | F5 | 63 | 2E |
| Octal | 24 | 1 | 353 | 133 | 144 | 0 | 10 | 365 | 143 | 56 |
| Binary | 10100 | 1 | 11101011 | 1011011 | 1100100 | 0 | 1000 | 11110101 | 1100011 | 101110 |
Color Harmonies of #1401EB
Complementary color
Monochromatic Colors of #1401EB
Black with #1401EB
Text Example
Text Example
White with #1401EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1401EB; }
p { color: rgb(20,1,235); }
H1.HeaderClassName
{
color: #1401EB;
}
.AnyTagClassName
{
color: #1401EB;
}
</style>
background-color css
<style>
a { background-color: #1401EB; }
a { background-color: rgb(20,1,235); }
div.DivClassName
{
background-color: #1401EB;
}
.BgClassName
{
background-color: #1401EB;
}
</style>
border-color css
<style>
span { border-color: #1401EB; }
span { border-color: rgb(20,1,235); }
td.TdClassName
{
border-color: #1401EB;
}
.TagClassName
{
border-color: #1401EB;
}
</style>