Shades of Dodger Blue #1899EA
Tints of Dodger Blue #1899EA
RGB
CMYK
RGB Variations
Color information
#1899EA (or 0x1899EA) is known color: Dodger Blue. HEX triplet: 18, 99 and EA. RGB value is (24,153,234). Sum of RGB (Red+Green+Blue) = 24+153+234=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #1899EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1899EA is #E76615. Grayscale: #7B7B7B. Windows color (decimal): -15164950 or 15374616. OLE color: 15374616.
HSL color Cylindrical-coordinate representation of color #1899EA: hue angle of 203.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1899EA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 153 | 234 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.08 |
| HSL | 203.14º | 0.83% | 0.51% | - |
| HSV(B) | 203.14º | 0.9% | 0.92% | - |
| XYZ | 26.62 | 28.92 | 82.02 | - |
| YUV | 123.66 | 190.26 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 234 | 0.90 | 0.35 | 0 | 0.08 | 203.14 | 0.83 | 0.51 |
| Hex | 18 | 99 | EA | 5A | 23 | 0 | 8 | CB | 53 | 33 |
| Octal | 30 | 231 | 352 | 132 | 43 | 0 | 10 | 313 | 123 | 63 |
| Binary | 11000 | 10011001 | 11101010 | 1011010 | 100011 | 0 | 1000 | 11001011 | 1010011 | 110011 |
Color Harmonies of #1899EA
Complementary color
Monochromatic Colors of #1899EA
Black with #1899EA
Text Example
Text Example
White with #1899EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1899EA; }
p { color: rgb(24,153,234); }
H1.HeaderClassName
{
color: #1899EA;
}
.AnyTagClassName
{
color: #1899EA;
}
</style>
background-color css
<style>
a { background-color: #1899EA; }
a { background-color: rgb(24,153,234); }
div.DivClassName
{
background-color: #1899EA;
}
.BgClassName
{
background-color: #1899EA;
}
</style>
border-color css
<style>
span { border-color: #1899EA; }
span { border-color: rgb(24,153,234); }
td.TdClassName
{
border-color: #1899EA;
}
.TagClassName
{
border-color: #1899EA;
}
</style>