Shades of Dodger Blue #0198FA
Tints of Dodger Blue #0198FA
RGB
CMYK
RGB Variations
Color information
#0198FA (or 0x0198FA) is known color: Dodger Blue. HEX triplet: 01, 98 and FA. RGB value is (1,152,250). Sum of RGB (Red+Green+Blue) = 1+152+250=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #0198FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0198FA is #FE6705. Grayscale: #757575. Windows color (decimal): -16672518 or 16422913. OLE color: 16422913.
HSL color Cylindrical-coordinate representation of color #0198FA: hue angle of 203.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0198FA is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 152 | 250 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.02 |
| HSL | 203.61º | 0.99% | 0.49% | - |
| HSV(B) | 203.61º | 1% | 0.98% | - |
| XYZ | 28.5 | 29.37 | 94.61 | - |
| YUV | 118.02 | 202.47 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 250 | 1.00 | 0.39 | 0 | 0.02 | 203.61 | 0.99 | 0.49 |
| Hex | 1 | 98 | FA | 64 | 27 | 0 | 2 | CC | 63 | 31 |
| Octal | 1 | 230 | 372 | 144 | 47 | 0 | 2 | 314 | 143 | 61 |
| Binary | 1 | 10011000 | 11111010 | 1100100 | 100111 | 0 | 10 | 11001100 | 1100011 | 110001 |
Color Harmonies of #0198FA
Complementary color
Monochromatic Colors of #0198FA
Black with #0198FA
Text Example
Text Example
White with #0198FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198FA; }
p { color: rgb(1,152,250); }
H1.HeaderClassName
{
color: #0198FA;
}
.AnyTagClassName
{
color: #0198FA;
}
</style>
background-color css
<style>
a { background-color: #0198FA; }
a { background-color: rgb(1,152,250); }
div.DivClassName
{
background-color: #0198FA;
}
.BgClassName
{
background-color: #0198FA;
}
</style>
border-color css
<style>
span { border-color: #0198FA; }
span { border-color: rgb(1,152,250); }
td.TdClassName
{
border-color: #0198FA;
}
.TagClassName
{
border-color: #0198FA;
}
</style>