Shades of Dodger Blue #3198FE
Tints of Dodger Blue #3198FE
RGB
CMYK
RGB Variations
Color information
#3198FE (or 0x3198FE) is known color: Dodger Blue. HEX triplet: 31, 98 and FE. RGB value is (49,152,254). Sum of RGB (Red+Green+Blue) = 49+152+254=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #3198FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3198FE is #CE6701. Grayscale: #848484. Windows color (decimal): -13526786 or 16685105. OLE color: 16685105.
HSL color Cylindrical-coordinate representation of color #3198FE: hue angle of 209.85º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3198FE is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 152 | 254 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.00 |
| HSL | 209.85º | 0.99% | 0.59% | - |
| HSV(B) | 209.85º | 0.81% | 1% | - |
| XYZ | 30.38 | 30.27 | 98.01 | - |
| YUV | 132.83 | 196.38 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 254 | 0.81 | 0.40 | 0 | 0.00 | 209.85 | 0.99 | 0.59 |
| Hex | 31 | 98 | FE | 51 | 28 | 0 | 0 | D2 | 63 | 3B |
| Octal | 61 | 230 | 376 | 121 | 50 | 0 | 0 | 322 | 143 | 73 |
| Binary | 110001 | 10011000 | 11111110 | 1010001 | 101000 | 0 | 0 | 11010010 | 1100011 | 111011 |
Color Harmonies of #3198FE
Complementary color
Monochromatic Colors of #3198FE
Black with #3198FE
Text Example
Text Example
White with #3198FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3198FE; }
p { color: rgb(49,152,254); }
H1.HeaderClassName
{
color: #3198FE;
}
.AnyTagClassName
{
color: #3198FE;
}
</style>
background-color css
<style>
a { background-color: #3198FE; }
a { background-color: rgb(49,152,254); }
div.DivClassName
{
background-color: #3198FE;
}
.BgClassName
{
background-color: #3198FE;
}
</style>
border-color css
<style>
span { border-color: #3198FE; }
span { border-color: rgb(49,152,254); }
td.TdClassName
{
border-color: #3198FE;
}
.TagClassName
{
border-color: #3198FE;
}
</style>