Shades of Medium Blue #1E02DF
Tints of Medium Blue #1E02DF
RGB
CMYK
RGB Variations
Color information
#1E02DF (or 0x1E02DF) is known color: Medium Blue. HEX triplet: 1E, 02 and DF. RGB value is (30,2,223). Sum of RGB (Red+Green+Blue) = 30+2+223=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E02DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E02DF is #E1FD20. Grayscale: #222222. Windows color (decimal): -14810401 or 14615070. OLE color: 14615070.
HSL color Cylindrical-coordinate representation of color #1E02DF: hue angle of 247.6º 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 #1E02DF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 2 | 223 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.13 |
| HSL | 247.6º | 0.98% | 0.44% | - |
| HSV(B) | 247.6º | 0.99% | 0.87% | - |
| XYZ | 13.88 | 5.65 | 70.17 | - |
| YUV | 35.57 | 233.78 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 223 | 0.87 | 0.99 | 0 | 0.13 | 247.6 | 0.98 | 0.44 |
| Hex | 1E | 2 | DF | 57 | 63 | 0 | D | F8 | 62 | 2C |
| Octal | 36 | 2 | 337 | 127 | 143 | 0 | 15 | 370 | 142 | 54 |
| Binary | 11110 | 10 | 11011111 | 1010111 | 1100011 | 0 | 1101 | 11111000 | 1100010 | 101100 |
Color Harmonies of #1E02DF
Complementary color
Monochromatic Colors of #1E02DF
Black with #1E02DF
Text Example
Text Example
White with #1E02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E02DF; }
p { color: rgb(30,2,223); }
H1.HeaderClassName
{
color: #1E02DF;
}
.AnyTagClassName
{
color: #1E02DF;
}
</style>
background-color css
<style>
a { background-color: #1E02DF; }
a { background-color: rgb(30,2,223); }
div.DivClassName
{
background-color: #1E02DF;
}
.BgClassName
{
background-color: #1E02DF;
}
</style>
border-color css
<style>
span { border-color: #1E02DF; }
span { border-color: rgb(30,2,223); }
td.TdClassName
{
border-color: #1E02DF;
}
.TagClassName
{
border-color: #1E02DF;
}
</style>