Shades of Medium Blue #1218CF
Tints of Medium Blue #1218CF
RGB
CMYK
RGB Variations
Color information
#1218CF (or 0x1218CF) is known color: Medium Blue. HEX triplet: 12, 18 and CF. RGB value is (18,24,207). Sum of RGB (Red+Green+Blue) = 18+24+207=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #1218CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218CF is #EDE730. Grayscale: #2A2A2A. Windows color (decimal): -15591217 or 13572114. OLE color: 13572114.
HSL color Cylindrical-coordinate representation of color #1218CF: hue angle of 238.1º 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 #1218CF is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 24 | 207 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.19 |
| HSL | 238.1º | 0.84% | 0.44% | - |
| HSV(B) | 238.1º | 0.91% | 0.81% | - |
| XYZ | 11.84 | 5.29 | 59.43 | - |
| YUV | 43.07 | 220.51 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 207 | 0.91 | 0.88 | 0 | 0.19 | 238.1 | 0.84 | 0.44 |
| Hex | 12 | 18 | CF | 5B | 58 | 0 | 13 | EE | 54 | 2C |
| Octal | 22 | 30 | 317 | 133 | 130 | 0 | 23 | 356 | 124 | 54 |
| Binary | 10010 | 11000 | 11001111 | 1011011 | 1011000 | 0 | 10011 | 11101110 | 1010100 | 101100 |
Color Harmonies of #1218CF
Complementary color
Monochromatic Colors of #1218CF
Black with #1218CF
Text Example
Text Example
White with #1218CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1218CF; }
p { color: rgb(18,24,207); }
H1.HeaderClassName
{
color: #1218CF;
}
.AnyTagClassName
{
color: #1218CF;
}
</style>
background-color css
<style>
a { background-color: #1218CF; }
a { background-color: rgb(18,24,207); }
div.DivClassName
{
background-color: #1218CF;
}
.BgClassName
{
background-color: #1218CF;
}
</style>
border-color css
<style>
span { border-color: #1218CF; }
span { border-color: rgb(18,24,207); }
td.TdClassName
{
border-color: #1218CF;
}
.TagClassName
{
border-color: #1218CF;
}
</style>