Shades of Blue #1405ED
Tints of Blue #1405ED
RGB
CMYK
RGB Variations
Color information
#1405ED (or 0x1405ED) is known color: Blue. HEX triplet: 14, 05 and ED. RGB value is (20,5,237). Sum of RGB (Red+Green+Blue) = 20+5+237=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 237 (92.97% from 255 or 90.46% from 262); Max value from RGB is 237 - color contains mainly: blue. Hex color #1405ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1405ED is #EBFA12. Grayscale: #232323. Windows color (decimal): -15464979 or 15533332. OLE color: 15533332.
HSL color Cylindrical-coordinate representation of color #1405ED: hue angle of 243.88º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1405ED is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 5 | 237 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.07 |
| HSL | 243.88º | 0.96% | 0.47% | - |
| HSV(B) | 243.88º | 0.98% | 0.93% | - |
| XYZ | 15.63 | 6.37 | 80.53 | - |
| YUV | 35.93 | 241.47 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 237 | 0.92 | 0.98 | 0 | 0.07 | 243.88 | 0.96 | 0.47 |
| Hex | 14 | 5 | ED | 5C | 62 | 0 | 7 | F4 | 60 | 2F |
| Octal | 24 | 5 | 355 | 134 | 142 | 0 | 7 | 364 | 140 | 57 |
| Binary | 10100 | 101 | 11101101 | 1011100 | 1100010 | 0 | 111 | 11110100 | 1100000 | 101111 |
Color Harmonies of #1405ED
Complementary color
Monochromatic Colors of #1405ED
Black with #1405ED
Text Example
Text Example
White with #1405ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1405ED; }
p { color: rgb(20,5,237); }
H1.HeaderClassName
{
color: #1405ED;
}
.AnyTagClassName
{
color: #1405ED;
}
</style>
background-color css
<style>
a { background-color: #1405ED; }
a { background-color: rgb(20,5,237); }
div.DivClassName
{
background-color: #1405ED;
}
.BgClassName
{
background-color: #1405ED;
}
</style>
border-color css
<style>
span { border-color: #1405ED; }
span { border-color: rgb(20,5,237); }
td.TdClassName
{
border-color: #1405ED;
}
.TagClassName
{
border-color: #1405ED;
}
</style>