Shades of Blue #1427EB
Tints of Blue #1427EB
RGB
CMYK
RGB Variations
Color information
#1427EB (or 0x1427EB) is known color: Blue. HEX triplet: 14, 27 and EB. RGB value is (20,39,235). Sum of RGB (Red+Green+Blue) = 20+39+235=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #1427EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1427EB is #EBD814. Grayscale: #363636. Windows color (decimal): -15456277 or 15410964. OLE color: 15410964.
HSL color Cylindrical-coordinate representation of color #1427EB: hue angle of 234.7º 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 #1427EB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 39 | 235 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.08 |
| HSL | 234.7º | 0.84% | 0.5% | - |
| HSV(B) | 234.7º | 0.91% | 0.92% | - |
| XYZ | 16.01 | 7.6 | 79.22 | - |
| YUV | 55.66 | 229.21 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 235 | 0.91 | 0.83 | 0 | 0.08 | 234.7 | 0.84 | 0.5 |
| Hex | 14 | 27 | EB | 5B | 53 | 0 | 8 | EB | 54 | 32 |
| Octal | 24 | 47 | 353 | 133 | 123 | 0 | 10 | 353 | 124 | 62 |
| Binary | 10100 | 100111 | 11101011 | 1011011 | 1010011 | 0 | 1000 | 11101011 | 1010100 | 110010 |
Color Harmonies of #1427EB
Complementary color
Monochromatic Colors of #1427EB
Black with #1427EB
Text Example
Text Example
White with #1427EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1427EB; }
p { color: rgb(20,39,235); }
H1.HeaderClassName
{
color: #1427EB;
}
.AnyTagClassName
{
color: #1427EB;
}
</style>
background-color css
<style>
a { background-color: #1427EB; }
a { background-color: rgb(20,39,235); }
div.DivClassName
{
background-color: #1427EB;
}
.BgClassName
{
background-color: #1427EB;
}
</style>
border-color css
<style>
span { border-color: #1427EB; }
span { border-color: rgb(20,39,235); }
td.TdClassName
{
border-color: #1427EB;
}
.TagClassName
{
border-color: #1427EB;
}
</style>