Shades of Medium Blue #1D01CF
Tints of Medium Blue #1D01CF
RGB
CMYK
RGB Variations
Color information
#1D01CF (or 0x1D01CF) is known color: Medium Blue. HEX triplet: 1D, 01 and CF. RGB value is (29,1,207). Sum of RGB (Red+Green+Blue) = 29+1+207=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D01CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D01CF is #E2FE30. Grayscale: #202020. Windows color (decimal): -14876209 or 13566237. OLE color: 13566237.
HSL color Cylindrical-coordinate representation of color #1D01CF: hue angle of 248.16º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D01CF is Cyan = 0.86, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 1 | 207 | - |
| CMYK | 0.86 | 1.00 | 0 | 0.19 |
| HSL | 248.16º | 0.99% | 0.41% | - |
| HSV(B) | 248.16º | 1% | 0.81% | - |
| XYZ | 11.78 | 4.79 | 59.33 | - |
| YUV | 32.86 | 226.28 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 207 | 0.86 | 1.00 | 0 | 0.19 | 248.16 | 0.99 | 0.41 |
| Hex | 1D | 1 | CF | 56 | 64 | 0 | 13 | F8 | 63 | 29 |
| Octal | 35 | 1 | 317 | 126 | 144 | 0 | 23 | 370 | 143 | 51 |
| Binary | 11101 | 1 | 11001111 | 1010110 | 1100100 | 0 | 10011 | 11111000 | 1100011 | 101001 |
Color Harmonies of #1D01CF
Complementary color
Monochromatic Colors of #1D01CF
Black with #1D01CF
Text Example
Text Example
White with #1D01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D01CF; }
p { color: rgb(29,1,207); }
H1.HeaderClassName
{
color: #1D01CF;
}
.AnyTagClassName
{
color: #1D01CF;
}
</style>
background-color css
<style>
a { background-color: #1D01CF; }
a { background-color: rgb(29,1,207); }
div.DivClassName
{
background-color: #1D01CF;
}
.BgClassName
{
background-color: #1D01CF;
}
</style>
border-color css
<style>
span { border-color: #1D01CF; }
span { border-color: rgb(29,1,207); }
td.TdClassName
{
border-color: #1D01CF;
}
.TagClassName
{
border-color: #1D01CF;
}
</style>