Shades of Medium Blue #1D18CF
Tints of Medium Blue #1D18CF
RGB
CMYK
RGB Variations
Color information
#1D18CF (or 0x1D18CF) is known color: Medium Blue. HEX triplet: 1D, 18 and CF. RGB value is (29,24,207). Sum of RGB (Red+Green+Blue) = 29+24+207=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D18CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D18CF is #E2E730. Grayscale: #2D2D2D. Windows color (decimal): -14870321 or 13572125. OLE color: 13572125.
HSL color Cylindrical-coordinate representation of color #1D18CF: hue angle of 241.64º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D18CF is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 24 | 207 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.19 |
| HSL | 241.64º | 0.79% | 0.45% | - |
| HSV(B) | 241.64º | 0.88% | 0.81% | - |
| XYZ | 12.1 | 5.42 | 59.44 | - |
| YUV | 46.36 | 218.66 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 207 | 0.86 | 0.88 | 0 | 0.19 | 241.64 | 0.79 | 0.45 |
| Hex | 1D | 18 | CF | 56 | 58 | 0 | 13 | F2 | 4F | 2D |
| Octal | 35 | 30 | 317 | 126 | 130 | 0 | 23 | 362 | 117 | 55 |
| Binary | 11101 | 11000 | 11001111 | 1010110 | 1011000 | 0 | 10011 | 11110010 | 1001111 | 101101 |
Color Harmonies of #1D18CF
Complementary color
Monochromatic Colors of #1D18CF
Black with #1D18CF
Text Example
Text Example
White with #1D18CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D18CF; }
p { color: rgb(29,24,207); }
H1.HeaderClassName
{
color: #1D18CF;
}
.AnyTagClassName
{
color: #1D18CF;
}
</style>
background-color css
<style>
a { background-color: #1D18CF; }
a { background-color: rgb(29,24,207); }
div.DivClassName
{
background-color: #1D18CF;
}
.BgClassName
{
background-color: #1D18CF;
}
</style>
border-color css
<style>
span { border-color: #1D18CF; }
span { border-color: rgb(29,24,207); }
td.TdClassName
{
border-color: #1D18CF;
}
.TagClassName
{
border-color: #1D18CF;
}
</style>