Shades of Medium Blue #1D02DF
Tints of Medium Blue #1D02DF
RGB
CMYK
RGB Variations
Color information
#1D02DF (or 0x1D02DF) is known color: Medium Blue. HEX triplet: 1D, 02 and DF. RGB value is (29,2,223). Sum of RGB (Red+Green+Blue) = 29+2+223=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D02DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D02DF is #E2FD20. Grayscale: #222222. Windows color (decimal): -14875937 or 14615069. OLE color: 14615069.
HSL color Cylindrical-coordinate representation of color #1D02DF: hue angle of 247.33º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02DF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 2 | 223 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.13 |
| HSL | 247.33º | 0.98% | 0.44% | - |
| HSV(B) | 247.33º | 0.99% | 0.87% | - |
| XYZ | 13.85 | 5.63 | 70.17 | - |
| YUV | 35.27 | 233.95 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 223 | 0.87 | 0.99 | 0 | 0.13 | 247.33 | 0.98 | 0.44 |
| Hex | 1D | 2 | DF | 57 | 63 | 0 | D | F7 | 62 | 2C |
| Octal | 35 | 2 | 337 | 127 | 143 | 0 | 15 | 367 | 142 | 54 |
| Binary | 11101 | 10 | 11011111 | 1010111 | 1100011 | 0 | 1101 | 11110111 | 1100010 | 101100 |
Color Harmonies of #1D02DF
Complementary color
Monochromatic Colors of #1D02DF
Black with #1D02DF
Text Example
Text Example
White with #1D02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D02DF; }
p { color: rgb(29,2,223); }
H1.HeaderClassName
{
color: #1D02DF;
}
.AnyTagClassName
{
color: #1D02DF;
}
</style>
background-color css
<style>
a { background-color: #1D02DF; }
a { background-color: rgb(29,2,223); }
div.DivClassName
{
background-color: #1D02DF;
}
.BgClassName
{
background-color: #1D02DF;
}
</style>
border-color css
<style>
span { border-color: #1D02DF; }
span { border-color: rgb(29,2,223); }
td.TdClassName
{
border-color: #1D02DF;
}
.TagClassName
{
border-color: #1D02DF;
}
</style>