Shades of Dodger Blue #1EACFC
Tints of Dodger Blue #1EACFC
RGB
CMYK
RGB Variations
Color information
#1EACFC (or 0x1EACFC) is known color: Dodger Blue. HEX triplet: 1E, AC and FC. RGB value is (30,172,252). Sum of RGB (Red+Green+Blue) = 30+172+252=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACFC is #E15303. Grayscale: #8A8A8A. Windows color (decimal): -14766852 or 16559134. OLE color: 16559134.
HSL color Cylindrical-coordinate representation of color #1EACFC: hue angle of 201.62º 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 #1EACFC is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 172 | 252 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.01 |
| HSL | 201.62º | 0.97% | 0.55% | - |
| HSV(B) | 201.62º | 0.88% | 0.99% | - |
| XYZ | 32.86 | 36.81 | 97.47 | - |
| YUV | 138.66 | 191.96 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 252 | 0.88 | 0.32 | 0 | 0.01 | 201.62 | 0.97 | 0.55 |
| Hex | 1E | AC | FC | 58 | 20 | 0 | 1 | CA | 61 | 37 |
| Octal | 36 | 254 | 374 | 130 | 40 | 0 | 1 | 312 | 141 | 67 |
| Binary | 11110 | 10101100 | 11111100 | 1011000 | 100000 | 0 | 1 | 11001010 | 1100001 | 110111 |
Color Harmonies of #1EACFC
Complementary color
Monochromatic Colors of #1EACFC
Black with #1EACFC
Text Example
Text Example
White with #1EACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACFC; }
p { color: rgb(30,172,252); }
H1.HeaderClassName
{
color: #1EACFC;
}
.AnyTagClassName
{
color: #1EACFC;
}
</style>
background-color css
<style>
a { background-color: #1EACFC; }
a { background-color: rgb(30,172,252); }
div.DivClassName
{
background-color: #1EACFC;
}
.BgClassName
{
background-color: #1EACFC;
}
</style>
border-color css
<style>
span { border-color: #1EACFC; }
span { border-color: rgb(30,172,252); }
td.TdClassName
{
border-color: #1EACFC;
}
.TagClassName
{
border-color: #1EACFC;
}
</style>