Shades of Dodger Blue #198CE4
Tints of Dodger Blue #198CE4
RGB
CMYK
RGB Variations
Color information
#198CE4 (or 0x198CE4) is known color: Dodger Blue. HEX triplet: 19, 8C and E4. RGB value is (25,140,228). Sum of RGB (Red+Green+Blue) = 25+140+228=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 228 (89.45% from 255 or 58.02% from 393); Max value from RGB is 228 - color contains mainly: blue. Hex color #198CE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CE4 is #E6731B. Grayscale: #737373. Windows color (decimal): -15102748 or 14978073. OLE color: 14978073.
HSL color Cylindrical-coordinate representation of color #198CE4: hue angle of 206.01º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #198CE4 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 140 | 228 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.11 |
| HSL | 206.01º | 0.8% | 0.5% | - |
| HSV(B) | 206.01º | 0.89% | 0.89% | - |
| XYZ | 23.78 | 24.56 | 76.89 | - |
| YUV | 115.65 | 191.4 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 228 | 0.89 | 0.39 | 0 | 0.11 | 206.01 | 0.8 | 0.5 |
| Hex | 19 | 8C | E4 | 59 | 27 | 0 | B | CE | 50 | 32 |
| Octal | 31 | 214 | 344 | 131 | 47 | 0 | 13 | 316 | 120 | 62 |
| Binary | 11001 | 10001100 | 11100100 | 1011001 | 100111 | 0 | 1011 | 11001110 | 1010000 | 110010 |
Color Harmonies of #198CE4
Complementary color
Monochromatic Colors of #198CE4
Black with #198CE4
Text Example
Text Example
White with #198CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CE4; }
p { color: rgb(25,140,228); }
H1.HeaderClassName
{
color: #198CE4;
}
.AnyTagClassName
{
color: #198CE4;
}
</style>
background-color css
<style>
a { background-color: #198CE4; }
a { background-color: rgb(25,140,228); }
div.DivClassName
{
background-color: #198CE4;
}
.BgClassName
{
background-color: #198CE4;
}
</style>
border-color css
<style>
span { border-color: #198CE4; }
span { border-color: rgb(25,140,228); }
td.TdClassName
{
border-color: #198CE4;
}
.TagClassName
{
border-color: #198CE4;
}
</style>