Shades of Dodger Blue #1E9AFB
Tints of Dodger Blue #1E9AFB
RGB
CMYK
RGB Variations
Color information
#1E9AFB (or 0x1E9AFB) is known color: Dodger Blue. HEX triplet: 1E, 9A and FB. RGB value is (30,154,251). Sum of RGB (Red+Green+Blue) = 30+154+251=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E9AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9AFB is #E16504. Grayscale: #7F7F7F. Windows color (decimal): -14771461 or 16488990. OLE color: 16488990.
HSL color Cylindrical-coordinate representation of color #1E9AFB: hue angle of 206.33º 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 #1E9AFB is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 154 | 251 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.02 |
| HSL | 206.33º | 0.97% | 0.55% | - |
| HSV(B) | 206.33º | 0.88% | 0.98% | - |
| XYZ | 29.5 | 30.35 | 95.57 | - |
| YUV | 127.98 | 197.42 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 154 | 251 | 0.88 | 0.39 | 0 | 0.02 | 206.33 | 0.97 | 0.55 |
| Hex | 1E | 9A | FB | 58 | 27 | 0 | 2 | CE | 61 | 37 |
| Octal | 36 | 232 | 373 | 130 | 47 | 0 | 2 | 316 | 141 | 67 |
| Binary | 11110 | 10011010 | 11111011 | 1011000 | 100111 | 0 | 10 | 11001110 | 1100001 | 110111 |
Color Harmonies of #1E9AFB
Complementary color
Monochromatic Colors of #1E9AFB
Black with #1E9AFB
Text Example
Text Example
White with #1E9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9AFB; }
p { color: rgb(30,154,251); }
H1.HeaderClassName
{
color: #1E9AFB;
}
.AnyTagClassName
{
color: #1E9AFB;
}
</style>
background-color css
<style>
a { background-color: #1E9AFB; }
a { background-color: rgb(30,154,251); }
div.DivClassName
{
background-color: #1E9AFB;
}
.BgClassName
{
background-color: #1E9AFB;
}
</style>
border-color css
<style>
span { border-color: #1E9AFB; }
span { border-color: rgb(30,154,251); }
td.TdClassName
{
border-color: #1E9AFB;
}
.TagClassName
{
border-color: #1E9AFB;
}
</style>