Shades of Dodger Blue #198BFD
Tints of Dodger Blue #198BFD
RGB
CMYK
RGB Variations
Color information
#198BFD (or 0x198BFD) is known color: Dodger Blue. HEX triplet: 19, 8B and FD. RGB value is (25,139,253). Sum of RGB (Red+Green+Blue) = 25+139+253=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #198BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198BFD is #E67402. Grayscale: #757575. Windows color (decimal): -15102979 or 16616217. OLE color: 16616217.
HSL color Cylindrical-coordinate representation of color #198BFD: hue angle of 210º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #198BFD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 139 | 253 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.55% | - |
| HSV(B) | 210º | 0.9% | 0.99% | - |
| XYZ | 27.36 | 25.76 | 96.46 | - |
| YUV | 117.91 | 204.23 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 253 | 0.90 | 0.45 | 0 | 0.01 | 210 | 0.98 | 0.55 |
| Hex | 19 | 8B | FD | 5A | 2D | 0 | 1 | D2 | 62 | 37 |
| Octal | 31 | 213 | 375 | 132 | 55 | 0 | 1 | 322 | 142 | 67 |
| Binary | 11001 | 10001011 | 11111101 | 1011010 | 101101 | 0 | 1 | 11010010 | 1100010 | 110111 |
Color Harmonies of #198BFD
Complementary color
Monochromatic Colors of #198BFD
Black with #198BFD
Text Example
Text Example
White with #198BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BFD; }
p { color: rgb(25,139,253); }
H1.HeaderClassName
{
color: #198BFD;
}
.AnyTagClassName
{
color: #198BFD;
}
</style>
background-color css
<style>
a { background-color: #198BFD; }
a { background-color: rgb(25,139,253); }
div.DivClassName
{
background-color: #198BFD;
}
.BgClassName
{
background-color: #198BFD;
}
</style>
border-color css
<style>
span { border-color: #198BFD; }
span { border-color: rgb(25,139,253); }
td.TdClassName
{
border-color: #198BFD;
}
.TagClassName
{
border-color: #198BFD;
}
</style>