Shades of Dodger Blue #198EFE
Tints of Dodger Blue #198EFE
RGB
CMYK
RGB Variations
Color information
#198EFE (or 0x198EFE) is known color: Dodger Blue. HEX triplet: 19, 8E and FE. RGB value is (25,142,254). Sum of RGB (Red+Green+Blue) = 25+142+254=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #198EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198EFE is #E67101. Grayscale: #777777. Windows color (decimal): -15102210 or 16682521. OLE color: 16682521.
HSL color Cylindrical-coordinate representation of color #198EFE: hue angle of 209.34º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198EFE is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 142 | 254 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.00 |
| HSL | 209.35º | 0.99% | 0.55% | - |
| HSV(B) | 209.35º | 0.9% | 1% | - |
| XYZ | 27.96 | 26.71 | 97.45 | - |
| YUV | 119.79 | 203.74 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 254 | 0.90 | 0.44 | 0 | 0.00 | 209.35 | 0.99 | 0.55 |
| Hex | 19 | 8E | FE | 5A | 2C | 0 | 0 | D1 | 63 | 37 |
| Octal | 31 | 216 | 376 | 132 | 54 | 0 | 0 | 321 | 143 | 67 |
| Binary | 11001 | 10001110 | 11111110 | 1011010 | 101100 | 0 | 0 | 11010001 | 1100011 | 110111 |
Color Harmonies of #198EFE
Complementary color
Monochromatic Colors of #198EFE
Black with #198EFE
Text Example
Text Example
White with #198EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EFE; }
p { color: rgb(25,142,254); }
H1.HeaderClassName
{
color: #198EFE;
}
.AnyTagClassName
{
color: #198EFE;
}
</style>
background-color css
<style>
a { background-color: #198EFE; }
a { background-color: rgb(25,142,254); }
div.DivClassName
{
background-color: #198EFE;
}
.BgClassName
{
background-color: #198EFE;
}
</style>
border-color css
<style>
span { border-color: #198EFE; }
span { border-color: rgb(25,142,254); }
td.TdClassName
{
border-color: #198EFE;
}
.TagClassName
{
border-color: #198EFE;
}
</style>