Shades of Medium Blue #1808CF
Tints of Medium Blue #1808CF
RGB
CMYK
RGB Variations
Color information
#1808CF (or 0x1808CF) is known color: Medium Blue. HEX triplet: 18, 08 and CF. RGB value is (24,8,207). Sum of RGB (Red+Green+Blue) = 24+8+207=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #1808CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1808CF is #E7F730. Grayscale: #222222. Windows color (decimal): -15202097 or 13568024. OLE color: 13568024.
HSL color Cylindrical-coordinate representation of color #1808CF: hue angle of 244.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1808CF is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 8 | 207 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.19 |
| HSL | 244.82º | 0.93% | 0.42% | - |
| HSV(B) | 244.82º | 0.96% | 0.81% | - |
| XYZ | 11.73 | 4.87 | 59.35 | - |
| YUV | 35.47 | 224.8 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 207 | 0.88 | 0.96 | 0 | 0.19 | 244.82 | 0.93 | 0.42 |
| Hex | 18 | 8 | CF | 58 | 60 | 0 | 13 | F5 | 5D | 2A |
| Octal | 30 | 10 | 317 | 130 | 140 | 0 | 23 | 365 | 135 | 52 |
| Binary | 11000 | 1000 | 11001111 | 1011000 | 1100000 | 0 | 10011 | 11110101 | 1011101 | 101010 |
Color Harmonies of #1808CF
Complementary color
Monochromatic Colors of #1808CF
Black with #1808CF
Text Example
Text Example
White with #1808CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1808CF; }
p { color: rgb(24,8,207); }
H1.HeaderClassName
{
color: #1808CF;
}
.AnyTagClassName
{
color: #1808CF;
}
</style>
background-color css
<style>
a { background-color: #1808CF; }
a { background-color: rgb(24,8,207); }
div.DivClassName
{
background-color: #1808CF;
}
.BgClassName
{
background-color: #1808CF;
}
</style>
border-color css
<style>
span { border-color: #1808CF; }
span { border-color: rgb(24,8,207); }
td.TdClassName
{
border-color: #1808CF;
}
.TagClassName
{
border-color: #1808CF;
}
</style>