Shades of Dodger Blue #1EADFC
Tints of Dodger Blue #1EADFC
RGB
CMYK
RGB Variations
Color information
#1EADFC (or 0x1EADFC) is known color: Dodger Blue. HEX triplet: 1E, AD and FC. RGB value is (30,173,252). Sum of RGB (Red+Green+Blue) = 30+173+252=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EADFC is #E15203. Grayscale: #8A8A8A. Windows color (decimal): -14766596 or 16559390. OLE color: 16559390.
HSL color Cylindrical-coordinate representation of color #1EADFC: hue angle of 201.35º 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 #1EADFC is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 173 | 252 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.01 |
| HSL | 201.35º | 0.97% | 0.55% | - |
| HSV(B) | 201.35º | 0.88% | 0.99% | - |
| XYZ | 33.05 | 37.19 | 97.53 | - |
| YUV | 139.25 | 191.62 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 252 | 0.88 | 0.31 | 0 | 0.01 | 201.35 | 0.97 | 0.55 |
| Hex | 1E | AD | FC | 58 | 1F | 0 | 1 | C9 | 61 | 37 |
| Octal | 36 | 255 | 374 | 130 | 37 | 0 | 1 | 311 | 141 | 67 |
| Binary | 11110 | 10101101 | 11111100 | 1011000 | 11111 | 0 | 1 | 11001001 | 1100001 | 110111 |
Color Harmonies of #1EADFC
Complementary color
Monochromatic Colors of #1EADFC
Black with #1EADFC
Text Example
Text Example
White with #1EADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADFC; }
p { color: rgb(30,173,252); }
H1.HeaderClassName
{
color: #1EADFC;
}
.AnyTagClassName
{
color: #1EADFC;
}
</style>
background-color css
<style>
a { background-color: #1EADFC; }
a { background-color: rgb(30,173,252); }
div.DivClassName
{
background-color: #1EADFC;
}
.BgClassName
{
background-color: #1EADFC;
}
</style>
border-color css
<style>
span { border-color: #1EADFC; }
span { border-color: rgb(30,173,252); }
td.TdClassName
{
border-color: #1EADFC;
}
.TagClassName
{
border-color: #1EADFC;
}
</style>