Shades of Medium Blue #1D08CE
Tints of Medium Blue #1D08CE
RGB
CMYK
RGB Variations
Color information
#1D08CE (or 0x1D08CE) is known color: Medium Blue. HEX triplet: 1D, 08 and CE. RGB value is (29,8,206). Sum of RGB (Red+Green+Blue) = 29+8+206=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D08CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D08CE is #E2F731. Grayscale: #242424. Windows color (decimal): -14874418 or 13502493. OLE color: 13502493.
HSL color Cylindrical-coordinate representation of color #1D08CE: hue angle of 246.36º 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 #1D08CE is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 8 | 206 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.19 |
| HSL | 246.36º | 0.93% | 0.42% | - |
| HSV(B) | 246.36º | 0.96% | 0.81% | - |
| XYZ | 11.73 | 4.89 | 58.72 | - |
| YUV | 36.85 | 223.46 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 206 | 0.86 | 0.96 | 0 | 0.19 | 246.36 | 0.93 | 0.42 |
| Hex | 1D | 8 | CE | 56 | 60 | 0 | 13 | F6 | 5D | 2A |
| Octal | 35 | 10 | 316 | 126 | 140 | 0 | 23 | 366 | 135 | 52 |
| Binary | 11101 | 1000 | 11001110 | 1010110 | 1100000 | 0 | 10011 | 11110110 | 1011101 | 101010 |
Color Harmonies of #1D08CE
Complementary color
Monochromatic Colors of #1D08CE
Black with #1D08CE
Text Example
Text Example
White with #1D08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D08CE; }
p { color: rgb(29,8,206); }
H1.HeaderClassName
{
color: #1D08CE;
}
.AnyTagClassName
{
color: #1D08CE;
}
</style>
background-color css
<style>
a { background-color: #1D08CE; }
a { background-color: rgb(29,8,206); }
div.DivClassName
{
background-color: #1D08CE;
}
.BgClassName
{
background-color: #1D08CE;
}
</style>
border-color css
<style>
span { border-color: #1D08CE; }
span { border-color: rgb(29,8,206); }
td.TdClassName
{
border-color: #1D08CE;
}
.TagClassName
{
border-color: #1D08CE;
}
</style>