Shades of Dodger Blue #1E99FB
Tints of Dodger Blue #1E99FB
RGB
CMYK
RGB Variations
Color information
#1E99FB (or 0x1E99FB) is known color: Dodger Blue. HEX triplet: 1E, 99 and FB. RGB value is (30,153,251). Sum of RGB (Red+Green+Blue) = 30+153+251=434 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.91% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E99FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E99FB is #E16604. Grayscale: #7E7E7E. Windows color (decimal): -14771717 or 16488734. OLE color: 16488734.
HSL color Cylindrical-coordinate representation of color #1E99FB: hue angle of 206.61º 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 #1E99FB is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 153 | 251 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.02 |
| HSL | 206.61º | 0.97% | 0.55% | - |
| HSV(B) | 206.61º | 0.88% | 0.98% | - |
| XYZ | 29.34 | 30.02 | 95.52 | - |
| YUV | 127.4 | 197.75 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 251 | 0.88 | 0.39 | 0 | 0.02 | 206.61 | 0.97 | 0.55 |
| Hex | 1E | 99 | FB | 58 | 27 | 0 | 2 | CF | 61 | 37 |
| Octal | 36 | 231 | 373 | 130 | 47 | 0 | 2 | 317 | 141 | 67 |
| Binary | 11110 | 10011001 | 11111011 | 1011000 | 100111 | 0 | 10 | 11001111 | 1100001 | 110111 |
Color Harmonies of #1E99FB
Complementary color
Monochromatic Colors of #1E99FB
Black with #1E99FB
Text Example
Text Example
White with #1E99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E99FB; }
p { color: rgb(30,153,251); }
H1.HeaderClassName
{
color: #1E99FB;
}
.AnyTagClassName
{
color: #1E99FB;
}
</style>
background-color css
<style>
a { background-color: #1E99FB; }
a { background-color: rgb(30,153,251); }
div.DivClassName
{
background-color: #1E99FB;
}
.BgClassName
{
background-color: #1E99FB;
}
</style>
border-color css
<style>
span { border-color: #1E99FB; }
span { border-color: rgb(30,153,251); }
td.TdClassName
{
border-color: #1E99FB;
}
.TagClassName
{
border-color: #1E99FB;
}
</style>