Shades of Dodger Blue #1E9FFB
Tints of Dodger Blue #1E9FFB
RGB
CMYK
RGB Variations
Color information
#1E9FFB (or 0x1E9FFB) is known color: Dodger Blue. HEX triplet: 1E, 9F and FB. RGB value is (30,159,251). Sum of RGB (Red+Green+Blue) = 30+159+251=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E9FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9FFB is #E16004. Grayscale: #828282. Windows color (decimal): -14770181 or 16490270. OLE color: 16490270.
HSL color Cylindrical-coordinate representation of color #1E9FFB: hue angle of 204.98º 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 #1E9FFB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 159 | 251 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.02 |
| HSL | 204.98º | 0.97% | 0.55% | - |
| HSV(B) | 204.98º | 0.88% | 0.98% | - |
| XYZ | 30.35 | 32.04 | 95.85 | - |
| YUV | 130.92 | 195.76 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 159 | 251 | 0.88 | 0.37 | 0 | 0.02 | 204.98 | 0.97 | 0.55 |
| Hex | 1E | 9F | FB | 58 | 25 | 0 | 2 | CD | 61 | 37 |
| Octal | 36 | 237 | 373 | 130 | 45 | 0 | 2 | 315 | 141 | 67 |
| Binary | 11110 | 10011111 | 11111011 | 1011000 | 100101 | 0 | 10 | 11001101 | 1100001 | 110111 |
Color Harmonies of #1E9FFB
Complementary color
Monochromatic Colors of #1E9FFB
Black with #1E9FFB
Text Example
Text Example
White with #1E9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9FFB; }
p { color: rgb(30,159,251); }
H1.HeaderClassName
{
color: #1E9FFB;
}
.AnyTagClassName
{
color: #1E9FFB;
}
</style>
background-color css
<style>
a { background-color: #1E9FFB; }
a { background-color: rgb(30,159,251); }
div.DivClassName
{
background-color: #1E9FFB;
}
.BgClassName
{
background-color: #1E9FFB;
}
</style>
border-color css
<style>
span { border-color: #1E9FFB; }
span { border-color: rgb(30,159,251); }
td.TdClassName
{
border-color: #1E9FFB;
}
.TagClassName
{
border-color: #1E9FFB;
}
</style>