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