Shades of Dodger Blue #0198FF
Tints of Dodger Blue #0198FF
RGB
CMYK
RGB Variations
Color information
#0198FF (or 0x0198FF) is known color: Dodger Blue. HEX triplet: 01, 98 and FF. RGB value is (1,152,255). Sum of RGB (Red+Green+Blue) = 1+152+255=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #0198FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0198FF is #FE6700. Grayscale: #767676. Windows color (decimal): -16672513 or 16750593. OLE color: 16750593.
HSL color Cylindrical-coordinate representation of color #0198FF: hue angle of 204.33º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0198FF is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 152 | 255 | - |
| CMYK | 1.00 | 0.40 | 0 | 0 |
| HSL | 204.33º | 1% | 0.5% | - |
| HSV(B) | 204.33º | 1% | 1% | - |
| XYZ | 29.29 | 29.68 | 98.79 | - |
| YUV | 118.59 | 204.97 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 255 | 1.00 | 0.40 | 0 | 0 | 204.33 | 1 | 0.5 |
| Hex | 1 | 98 | FF | 64 | 28 | 0 | 0 | CC | 64 | 32 |
| Octal | 1 | 230 | 377 | 144 | 50 | 0 | 0 | 314 | 144 | 62 |
| Binary | 1 | 10011000 | 11111111 | 1100100 | 101000 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #0198FF
Complementary color
Monochromatic Colors of #0198FF
Black with #0198FF
Text Example
Text Example
White with #0198FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198FF; }
p { color: rgb(1,152,255); }
H1.HeaderClassName
{
color: #0198FF;
}
.AnyTagClassName
{
color: #0198FF;
}
</style>
background-color css
<style>
a { background-color: #0198FF; }
a { background-color: rgb(1,152,255); }
div.DivClassName
{
background-color: #0198FF;
}
.BgClassName
{
background-color: #0198FF;
}
</style>
border-color css
<style>
span { border-color: #0198FF; }
span { border-color: rgb(1,152,255); }
td.TdClassName
{
border-color: #0198FF;
}
.TagClassName
{
border-color: #0198FF;
}
</style>