Shades of Medium Blue #1E02CF
Tints of Medium Blue #1E02CF
RGB
CMYK
RGB Variations
Color information
#1E02CF (or 0x1E02CF) is known color: Medium Blue. HEX triplet: 1E, 02 and CF. RGB value is (30,2,207). Sum of RGB (Red+Green+Blue) = 30+2+207=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E02CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E02CF is #E1FD30. Grayscale: #202020. Windows color (decimal): -14810417 or 13566494. OLE color: 13566494.
HSL color Cylindrical-coordinate representation of color #1E02CF: hue angle of 248.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E02CF is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 2 | 207 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.19 |
| HSL | 248.2º | 0.98% | 0.41% | - |
| HSV(B) | 248.2º | 0.99% | 0.81% | - |
| XYZ | 11.82 | 4.82 | 59.34 | - |
| YUV | 33.74 | 225.78 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 207 | 0.86 | 0.99 | 0 | 0.19 | 248.2 | 0.98 | 0.41 |
| Hex | 1E | 2 | CF | 56 | 63 | 0 | 13 | F8 | 62 | 29 |
| Octal | 36 | 2 | 317 | 126 | 143 | 0 | 23 | 370 | 142 | 51 |
| Binary | 11110 | 10 | 11001111 | 1010110 | 1100011 | 0 | 10011 | 11111000 | 1100010 | 101001 |
Color Harmonies of #1E02CF
Complementary color
Monochromatic Colors of #1E02CF
Black with #1E02CF
Text Example
Text Example
White with #1E02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E02CF; }
p { color: rgb(30,2,207); }
H1.HeaderClassName
{
color: #1E02CF;
}
.AnyTagClassName
{
color: #1E02CF;
}
</style>
background-color css
<style>
a { background-color: #1E02CF; }
a { background-color: rgb(30,2,207); }
div.DivClassName
{
background-color: #1E02CF;
}
.BgClassName
{
background-color: #1E02CF;
}
</style>
border-color css
<style>
span { border-color: #1E02CF; }
span { border-color: rgb(30,2,207); }
td.TdClassName
{
border-color: #1E02CF;
}
.TagClassName
{
border-color: #1E02CF;
}
</style>