Shades of Dodger Blue #198BFE
Tints of Dodger Blue #198BFE
RGB
CMYK
RGB Variations
Color information
#198BFE (or 0x198BFE) is known color: Dodger Blue. HEX triplet: 19, 8B and FE. RGB value is (25,139,254). Sum of RGB (Red+Green+Blue) = 25+139+254=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #198BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BFE is #E67401. Grayscale: #757575. Windows color (decimal): -15102978 or 16681753. OLE color: 16681753.
HSL color Cylindrical-coordinate representation of color #198BFE: hue angle of 210.13º 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 #198BFE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 139 | 254 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.00 |
| HSL | 210.13º | 0.99% | 0.55% | - |
| HSV(B) | 210.13º | 0.9% | 1% | - |
| XYZ | 27.52 | 25.83 | 97.3 | - |
| YUV | 118.02 | 204.73 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 254 | 0.90 | 0.45 | 0 | 0.00 | 210.13 | 0.99 | 0.55 |
| Hex | 19 | 8B | FE | 5A | 2D | 0 | 0 | D2 | 63 | 37 |
| Octal | 31 | 213 | 376 | 132 | 55 | 0 | 0 | 322 | 143 | 67 |
| Binary | 11001 | 10001011 | 11111110 | 1011010 | 101101 | 0 | 0 | 11010010 | 1100011 | 110111 |
Color Harmonies of #198BFE
Complementary color
Monochromatic Colors of #198BFE
Black with #198BFE
Text Example
Text Example
White with #198BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BFE; }
p { color: rgb(25,139,254); }
H1.HeaderClassName
{
color: #198BFE;
}
.AnyTagClassName
{
color: #198BFE;
}
</style>
background-color css
<style>
a { background-color: #198BFE; }
a { background-color: rgb(25,139,254); }
div.DivClassName
{
background-color: #198BFE;
}
.BgClassName
{
background-color: #198BFE;
}
</style>
border-color css
<style>
span { border-color: #198BFE; }
span { border-color: rgb(25,139,254); }
td.TdClassName
{
border-color: #198BFE;
}
.TagClassName
{
border-color: #198BFE;
}
</style>