Shades of Medium Blue #1402E5
Tints of Medium Blue #1402E5
RGB
CMYK
RGB Variations
Color information
#1402E5 (or 0x1402E5) is known color: Medium Blue. HEX triplet: 14, 02 and E5. RGB value is (20,2,229). Sum of RGB (Red+Green+Blue) = 20+2+229=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 229 (89.84% from 255 or 91.24% from 251); Max value from RGB is 229 - color contains mainly: blue. Hex color #1402E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1402E5 is #EBFD1A. Grayscale: #202020. Windows color (decimal): -15465755 or 15008276. OLE color: 15008276.
HSL color Cylindrical-coordinate representation of color #1402E5: hue angle of 244.76º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402E5 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 2 | 229 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.10 |
| HSL | 244.76º | 0.98% | 0.45% | - |
| HSV(B) | 244.76º | 0.99% | 0.9% | - |
| XYZ | 14.45 | 5.85 | 74.5 | - |
| YUV | 33.26 | 238.46 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 229 | 0.91 | 0.99 | 0 | 0.10 | 244.76 | 0.98 | 0.45 |
| Hex | 14 | 2 | E5 | 5B | 63 | 0 | A | F5 | 62 | 2D |
| Octal | 24 | 2 | 345 | 133 | 143 | 0 | 12 | 365 | 142 | 55 |
| Binary | 10100 | 10 | 11100101 | 1011011 | 1100011 | 0 | 1010 | 11110101 | 1100010 | 101101 |
Color Harmonies of #1402E5
Complementary color
Monochromatic Colors of #1402E5
Black with #1402E5
Text Example
Text Example
White with #1402E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1402E5; }
p { color: rgb(20,2,229); }
H1.HeaderClassName
{
color: #1402E5;
}
.AnyTagClassName
{
color: #1402E5;
}
</style>
background-color css
<style>
a { background-color: #1402E5; }
a { background-color: rgb(20,2,229); }
div.DivClassName
{
background-color: #1402E5;
}
.BgClassName
{
background-color: #1402E5;
}
</style>
border-color css
<style>
span { border-color: #1402E5; }
span { border-color: rgb(20,2,229); }
td.TdClassName
{
border-color: #1402E5;
}
.TagClassName
{
border-color: #1402E5;
}
</style>