Shades of Medium Blue #1214CF
Tints of Medium Blue #1214CF
RGB
CMYK
RGB Variations
Color information
#1214CF (or 0x1214CF) is known color: Medium Blue. HEX triplet: 12, 14 and CF. RGB value is (18,20,207). Sum of RGB (Red+Green+Blue) = 18+20+207=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #1214CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214CF is #EDEB30. Grayscale: #272727. Windows color (decimal): -15592241 or 13571090. OLE color: 13571090.
HSL color Cylindrical-coordinate representation of color #1214CF: hue angle of 239.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1214CF is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 20 | 207 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.19 |
| HSL | 239.37º | 0.84% | 0.44% | - |
| HSV(B) | 239.37º | 0.91% | 0.81% | - |
| XYZ | 11.76 | 5.13 | 59.4 | - |
| YUV | 40.72 | 221.84 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 207 | 0.91 | 0.90 | 0 | 0.19 | 239.37 | 0.84 | 0.44 |
| Hex | 12 | 14 | CF | 5B | 5A | 0 | 13 | EF | 54 | 2C |
| Octal | 22 | 24 | 317 | 133 | 132 | 0 | 23 | 357 | 124 | 54 |
| Binary | 10010 | 10100 | 11001111 | 1011011 | 1011010 | 0 | 10011 | 11101111 | 1010100 | 101100 |
Color Harmonies of #1214CF
Complementary color
Monochromatic Colors of #1214CF
Black with #1214CF
Text Example
Text Example
White with #1214CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214CF; }
p { color: rgb(18,20,207); }
H1.HeaderClassName
{
color: #1214CF;
}
.AnyTagClassName
{
color: #1214CF;
}
</style>
background-color css
<style>
a { background-color: #1214CF; }
a { background-color: rgb(18,20,207); }
div.DivClassName
{
background-color: #1214CF;
}
.BgClassName
{
background-color: #1214CF;
}
</style>
border-color css
<style>
span { border-color: #1214CF; }
span { border-color: rgb(18,20,207); }
td.TdClassName
{
border-color: #1214CF;
}
.TagClassName
{
border-color: #1214CF;
}
</style>