Shades of Dodger Blue #1EABFB
Tints of Dodger Blue #1EABFB
RGB
CMYK
RGB Variations
Color information
#1EABFB (or 0x1EABFB) is known color: Dodger Blue. HEX triplet: 1E, AB and FB. RGB value is (30,171,251). Sum of RGB (Red+Green+Blue) = 30+171+251=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EABFB is #E15404. Grayscale: #898989. Windows color (decimal): -14767109 or 16493342. OLE color: 16493342.
HSL color Cylindrical-coordinate representation of color #1EABFB: hue angle of 201.72º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EABFB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 171 | 251 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.02 |
| HSL | 201.72º | 0.97% | 0.55% | - |
| HSV(B) | 201.72º | 0.88% | 0.98% | - |
| XYZ | 32.51 | 36.37 | 96.57 | - |
| YUV | 137.96 | 191.79 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 251 | 0.88 | 0.32 | 0 | 0.02 | 201.72 | 0.97 | 0.55 |
| Hex | 1E | AB | FB | 58 | 20 | 0 | 2 | CA | 61 | 37 |
| Octal | 36 | 253 | 373 | 130 | 40 | 0 | 2 | 312 | 141 | 67 |
| Binary | 11110 | 10101011 | 11111011 | 1011000 | 100000 | 0 | 10 | 11001010 | 1100001 | 110111 |
Color Harmonies of #1EABFB
Complementary color
Monochromatic Colors of #1EABFB
Black with #1EABFB
Text Example
Text Example
White with #1EABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EABFB; }
p { color: rgb(30,171,251); }
H1.HeaderClassName
{
color: #1EABFB;
}
.AnyTagClassName
{
color: #1EABFB;
}
</style>
background-color css
<style>
a { background-color: #1EABFB; }
a { background-color: rgb(30,171,251); }
div.DivClassName
{
background-color: #1EABFB;
}
.BgClassName
{
background-color: #1EABFB;
}
</style>
border-color css
<style>
span { border-color: #1EABFB; }
span { border-color: rgb(30,171,251); }
td.TdClassName
{
border-color: #1EABFB;
}
.TagClassName
{
border-color: #1EABFB;
}
</style>