Shades of Dodger Blue #1EABFC
Tints of Dodger Blue #1EABFC
RGB
CMYK
RGB Variations
Color information
#1EABFC (or 0x1EABFC) is known color: Dodger Blue. HEX triplet: 1E, AB and FC. RGB value is (30,171,252). Sum of RGB (Red+Green+Blue) = 30+171+252=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EABFC is #E15403. Grayscale: #898989. Windows color (decimal): -14767108 or 16558878. OLE color: 16558878.
HSL color Cylindrical-coordinate representation of color #1EABFC: hue angle of 201.89º 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 #1EABFC is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 171 | 252 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.01 |
| HSL | 201.89º | 0.97% | 0.55% | - |
| HSV(B) | 201.89º | 0.88% | 0.99% | - |
| XYZ | 32.67 | 36.43 | 97.41 | - |
| YUV | 138.08 | 192.29 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 252 | 0.88 | 0.32 | 0 | 0.01 | 201.89 | 0.97 | 0.55 |
| Hex | 1E | AB | FC | 58 | 20 | 0 | 1 | CA | 61 | 37 |
| Octal | 36 | 253 | 374 | 130 | 40 | 0 | 1 | 312 | 141 | 67 |
| Binary | 11110 | 10101011 | 11111100 | 1011000 | 100000 | 0 | 1 | 11001010 | 1100001 | 110111 |
Color Harmonies of #1EABFC
Complementary color
Monochromatic Colors of #1EABFC
Black with #1EABFC
Text Example
Text Example
White with #1EABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EABFC; }
p { color: rgb(30,171,252); }
H1.HeaderClassName
{
color: #1EABFC;
}
.AnyTagClassName
{
color: #1EABFC;
}
</style>
background-color css
<style>
a { background-color: #1EABFC; }
a { background-color: rgb(30,171,252); }
div.DivClassName
{
background-color: #1EABFC;
}
.BgClassName
{
background-color: #1EABFC;
}
</style>
border-color css
<style>
span { border-color: #1EABFC; }
span { border-color: rgb(30,171,252); }
td.TdClassName
{
border-color: #1EABFC;
}
.TagClassName
{
border-color: #1EABFC;
}
</style>