Shades of Blue #1406ED
Tints of Blue #1406ED
RGB
CMYK
RGB Variations
Color information
#1406ED (or 0x1406ED) is known color: Blue. HEX triplet: 14, 06 and ED. RGB value is (20,6,237). Sum of RGB (Red+Green+Blue) = 20+6+237=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 237 (92.97% from 255 or 90.11% from 263); Max value from RGB is 237 - color contains mainly: blue. Hex color #1406ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1406ED is #EBF912. Grayscale: #232323. Windows color (decimal): -15464723 or 15533588. OLE color: 15533588.
HSL color Cylindrical-coordinate representation of color #1406ED: hue angle of 243.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406ED is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 6 | 237 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.07 |
| HSL | 243.64º | 0.95% | 0.48% | - |
| HSV(B) | 243.64º | 0.97% | 0.93% | - |
| XYZ | 15.64 | 6.39 | 80.53 | - |
| YUV | 36.52 | 241.14 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 237 | 0.92 | 0.97 | 0 | 0.07 | 243.64 | 0.95 | 0.48 |
| Hex | 14 | 6 | ED | 5C | 61 | 0 | 7 | F4 | 5F | 30 |
| Octal | 24 | 6 | 355 | 134 | 141 | 0 | 7 | 364 | 137 | 60 |
| Binary | 10100 | 110 | 11101101 | 1011100 | 1100001 | 0 | 111 | 11110100 | 1011111 | 110000 |
Color Harmonies of #1406ED
Complementary color
Monochromatic Colors of #1406ED
Black with #1406ED
Text Example
Text Example
White with #1406ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406ED; }
p { color: rgb(20,6,237); }
H1.HeaderClassName
{
color: #1406ED;
}
.AnyTagClassName
{
color: #1406ED;
}
</style>
background-color css
<style>
a { background-color: #1406ED; }
a { background-color: rgb(20,6,237); }
div.DivClassName
{
background-color: #1406ED;
}
.BgClassName
{
background-color: #1406ED;
}
</style>
border-color css
<style>
span { border-color: #1406ED; }
span { border-color: rgb(20,6,237); }
td.TdClassName
{
border-color: #1406ED;
}
.TagClassName
{
border-color: #1406ED;
}
</style>