Shades of Medium Blue #1207CF
Tints of Medium Blue #1207CF
RGB
CMYK
RGB Variations
Color information
#1207CF (or 0x1207CF) is known color: Medium Blue. HEX triplet: 12, 07 and CF. RGB value is (18,7,207). Sum of RGB (Red+Green+Blue) = 18+7+207=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 207 (81.25% from 255 or 89.22% from 232); Max value from RGB is 207 - color contains mainly: blue. Hex color #1207CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1207CF is #EDF830. Grayscale: #202020. Windows color (decimal): -15595569 or 13567762. OLE color: 13567762.
HSL color Cylindrical-coordinate representation of color #1207CF: hue angle of 243.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1207CF is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 7 | 207 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.19 |
| HSL | 243.3º | 0.93% | 0.42% | - |
| HSV(B) | 243.3º | 0.97% | 0.81% | - |
| XYZ | 11.59 | 4.79 | 59.34 | - |
| YUV | 33.09 | 226.14 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 207 | 0.91 | 0.97 | 0 | 0.19 | 243.3 | 0.93 | 0.42 |
| Hex | 12 | 7 | CF | 5B | 61 | 0 | 13 | F3 | 5D | 2A |
| Octal | 22 | 7 | 317 | 133 | 141 | 0 | 23 | 363 | 135 | 52 |
| Binary | 10010 | 111 | 11001111 | 1011011 | 1100001 | 0 | 10011 | 11110011 | 1011101 | 101010 |
Color Harmonies of #1207CF
Complementary color
Monochromatic Colors of #1207CF
Black with #1207CF
Text Example
Text Example
White with #1207CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1207CF; }
p { color: rgb(18,7,207); }
H1.HeaderClassName
{
color: #1207CF;
}
.AnyTagClassName
{
color: #1207CF;
}
</style>
background-color css
<style>
a { background-color: #1207CF; }
a { background-color: rgb(18,7,207); }
div.DivClassName
{
background-color: #1207CF;
}
.BgClassName
{
background-color: #1207CF;
}
</style>
border-color css
<style>
span { border-color: #1207CF; }
span { border-color: rgb(18,7,207); }
td.TdClassName
{
border-color: #1207CF;
}
.TagClassName
{
border-color: #1207CF;
}
</style>