Shades of Dodger Blue #198CFD
Tints of Dodger Blue #198CFD
RGB
CMYK
RGB Variations
Color information
#198CFD (or 0x198CFD) is known color: Dodger Blue. HEX triplet: 19, 8C and FD. RGB value is (25,140,253). Sum of RGB (Red+Green+Blue) = 25+140+253=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #198CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #198CFD is #E67302. Grayscale: #757575. Windows color (decimal): -15102723 or 16616473. OLE color: 16616473.
HSL color Cylindrical-coordinate representation of color #198CFD: hue angle of 209.74º 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 #198CFD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 140 | 253 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.01 |
| HSL | 209.74º | 0.98% | 0.55% | - |
| HSV(B) | 209.74º | 0.9% | 0.99% | - |
| XYZ | 27.51 | 26.05 | 96.51 | - |
| YUV | 118.5 | 203.9 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 253 | 0.90 | 0.45 | 0 | 0.01 | 209.74 | 0.98 | 0.55 |
| Hex | 19 | 8C | FD | 5A | 2D | 0 | 1 | D2 | 62 | 37 |
| Octal | 31 | 214 | 375 | 132 | 55 | 0 | 1 | 322 | 142 | 67 |
| Binary | 11001 | 10001100 | 11111101 | 1011010 | 101101 | 0 | 1 | 11010010 | 1100010 | 110111 |
Color Harmonies of #198CFD
Complementary color
Monochromatic Colors of #198CFD
Black with #198CFD
Text Example
Text Example
White with #198CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CFD; }
p { color: rgb(25,140,253); }
H1.HeaderClassName
{
color: #198CFD;
}
.AnyTagClassName
{
color: #198CFD;
}
</style>
background-color css
<style>
a { background-color: #198CFD; }
a { background-color: rgb(25,140,253); }
div.DivClassName
{
background-color: #198CFD;
}
.BgClassName
{
background-color: #198CFD;
}
</style>
border-color css
<style>
span { border-color: #198CFD; }
span { border-color: rgb(25,140,253); }
td.TdClassName
{
border-color: #198CFD;
}
.TagClassName
{
border-color: #198CFD;
}
</style>