Shades of Dodger Blue #1898EA
Tints of Dodger Blue #1898EA
RGB
CMYK
RGB Variations
Color information
#1898EA (or 0x1898EA) is known color: Dodger Blue. HEX triplet: 18, 98 and EA. RGB value is (24,152,234). Sum of RGB (Red+Green+Blue) = 24+152+234=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #1898EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1898EA is #E76715. Grayscale: #7A7A7A. Windows color (decimal): -15165206 or 15374360. OLE color: 15374360.
HSL color Cylindrical-coordinate representation of color #1898EA: hue angle of 203.43º 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 #1898EA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 152 | 234 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.08 |
| HSL | 203.43º | 0.83% | 0.51% | - |
| HSV(B) | 203.43º | 0.9% | 0.92% | - |
| XYZ | 26.46 | 28.59 | 81.97 | - |
| YUV | 123.08 | 190.59 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 234 | 0.90 | 0.35 | 0 | 0.08 | 203.43 | 0.83 | 0.51 |
| Hex | 18 | 98 | EA | 5A | 23 | 0 | 8 | CB | 53 | 33 |
| Octal | 30 | 230 | 352 | 132 | 43 | 0 | 10 | 313 | 123 | 63 |
| Binary | 11000 | 10011000 | 11101010 | 1011010 | 100011 | 0 | 1000 | 11001011 | 1010011 | 110011 |
Color Harmonies of #1898EA
Complementary color
Monochromatic Colors of #1898EA
Black with #1898EA
Text Example
Text Example
White with #1898EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1898EA; }
p { color: rgb(24,152,234); }
H1.HeaderClassName
{
color: #1898EA;
}
.AnyTagClassName
{
color: #1898EA;
}
</style>
background-color css
<style>
a { background-color: #1898EA; }
a { background-color: rgb(24,152,234); }
div.DivClassName
{
background-color: #1898EA;
}
.BgClassName
{
background-color: #1898EA;
}
</style>
border-color css
<style>
span { border-color: #1898EA; }
span { border-color: rgb(24,152,234); }
td.TdClassName
{
border-color: #1898EA;
}
.TagClassName
{
border-color: #1898EA;
}
</style>