Shades of Medium Blue #1410CF
Tints of Medium Blue #1410CF
RGB
CMYK
RGB Variations
Color information
#1410CF (or 0x1410CF) is known color: Medium Blue. HEX triplet: 14, 10 and CF. RGB value is (20,16,207). Sum of RGB (Red+Green+Blue) = 20+16+207=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #1410CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1410CF is #EBEF30. Grayscale: #262626. Windows color (decimal): -15462193 or 13570068. OLE color: 13570068.
HSL color Cylindrical-coordinate representation of color #1410CF: hue angle of 241.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1410CF is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 16 | 207 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.19 |
| HSL | 241.26º | 0.86% | 0.44% | - |
| HSV(B) | 241.26º | 0.92% | 0.81% | - |
| XYZ | 11.74 | 5.02 | 59.38 | - |
| YUV | 38.97 | 222.83 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 207 | 0.90 | 0.92 | 0 | 0.19 | 241.26 | 0.86 | 0.44 |
| Hex | 14 | 10 | CF | 5A | 5C | 0 | 13 | F1 | 56 | 2C |
| Octal | 24 | 20 | 317 | 132 | 134 | 0 | 23 | 361 | 126 | 54 |
| Binary | 10100 | 10000 | 11001111 | 1011010 | 1011100 | 0 | 10011 | 11110001 | 1010110 | 101100 |
Color Harmonies of #1410CF
Complementary color
Monochromatic Colors of #1410CF
Black with #1410CF
Text Example
Text Example
White with #1410CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1410CF; }
p { color: rgb(20,16,207); }
H1.HeaderClassName
{
color: #1410CF;
}
.AnyTagClassName
{
color: #1410CF;
}
</style>
background-color css
<style>
a { background-color: #1410CF; }
a { background-color: rgb(20,16,207); }
div.DivClassName
{
background-color: #1410CF;
}
.BgClassName
{
background-color: #1410CF;
}
</style>
border-color css
<style>
span { border-color: #1410CF; }
span { border-color: rgb(20,16,207); }
td.TdClassName
{
border-color: #1410CF;
}
.TagClassName
{
border-color: #1410CF;
}
</style>