Shades of Dodger Blue #1499EA
Tints of Dodger Blue #1499EA
RGB
CMYK
RGB Variations
Color information
#1499EA (or 0x1499EA) is known color: Dodger Blue. HEX triplet: 14, 99 and EA. RGB value is (20,153,234). Sum of RGB (Red+Green+Blue) = 20+153+234=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #1499EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1499EA is #EB6615. Grayscale: #7A7A7A. Windows color (decimal): -15427094 or 15374612. OLE color: 15374612.
HSL color Cylindrical-coordinate representation of color #1499EA: hue angle of 202.71º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1499EA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 153 | 234 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.08 |
| HSL | 202.71º | 0.84% | 0.5% | - |
| HSV(B) | 202.71º | 0.91% | 0.92% | - |
| XYZ | 26.53 | 28.87 | 82.02 | - |
| YUV | 122.47 | 190.94 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 234 | 0.91 | 0.35 | 0 | 0.08 | 202.71 | 0.84 | 0.5 |
| Hex | 14 | 99 | EA | 5B | 23 | 0 | 8 | CB | 54 | 32 |
| Octal | 24 | 231 | 352 | 133 | 43 | 0 | 10 | 313 | 124 | 62 |
| Binary | 10100 | 10011001 | 11101010 | 1011011 | 100011 | 0 | 1000 | 11001011 | 1010100 | 110010 |
Color Harmonies of #1499EA
Complementary color
Monochromatic Colors of #1499EA
Black with #1499EA
Text Example
Text Example
White with #1499EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1499EA; }
p { color: rgb(20,153,234); }
H1.HeaderClassName
{
color: #1499EA;
}
.AnyTagClassName
{
color: #1499EA;
}
</style>
background-color css
<style>
a { background-color: #1499EA; }
a { background-color: rgb(20,153,234); }
div.DivClassName
{
background-color: #1499EA;
}
.BgClassName
{
background-color: #1499EA;
}
</style>
border-color css
<style>
span { border-color: #1499EA; }
span { border-color: rgb(20,153,234); }
td.TdClassName
{
border-color: #1499EA;
}
.TagClassName
{
border-color: #1499EA;
}
</style>