Shades of Dodger Blue #1E8BFC
Tints of Dodger Blue #1E8BFC
RGB
CMYK
RGB Variations
Color information
#1E8BFC (or 0x1E8BFC) is known color: Dodger Blue. HEX triplet: 1E, 8B and FC. RGB value is (30,139,252). Sum of RGB (Red+Green+Blue) = 30+139+252=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E8BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8BFC is #E17403. Grayscale: #767676. Windows color (decimal): -14775300 or 16550686. OLE color: 16550686.
HSL color Cylindrical-coordinate representation of color #1E8BFC: hue angle of 210.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E8BFC is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 139 | 252 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.01 |
| HSL | 210.54º | 0.97% | 0.55% | - |
| HSV(B) | 210.54º | 0.88% | 0.99% | - |
| XYZ | 27.34 | 25.77 | 95.63 | - |
| YUV | 119.29 | 202.89 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 252 | 0.88 | 0.45 | 0 | 0.01 | 210.54 | 0.97 | 0.55 |
| Hex | 1E | 8B | FC | 58 | 2D | 0 | 1 | D3 | 61 | 37 |
| Octal | 36 | 213 | 374 | 130 | 55 | 0 | 1 | 323 | 141 | 67 |
| Binary | 11110 | 10001011 | 11111100 | 1011000 | 101101 | 0 | 1 | 11010011 | 1100001 | 110111 |
Color Harmonies of #1E8BFC
Complementary color
Monochromatic Colors of #1E8BFC
Black with #1E8BFC
Text Example
Text Example
White with #1E8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8BFC; }
p { color: rgb(30,139,252); }
H1.HeaderClassName
{
color: #1E8BFC;
}
.AnyTagClassName
{
color: #1E8BFC;
}
</style>
background-color css
<style>
a { background-color: #1E8BFC; }
a { background-color: rgb(30,139,252); }
div.DivClassName
{
background-color: #1E8BFC;
}
.BgClassName
{
background-color: #1E8BFC;
}
</style>
border-color css
<style>
span { border-color: #1E8BFC; }
span { border-color: rgb(30,139,252); }
td.TdClassName
{
border-color: #1E8BFC;
}
.TagClassName
{
border-color: #1E8BFC;
}
</style>