Shades of Dodger Blue #1098FC
Tints of Dodger Blue #1098FC
RGB
CMYK
RGB Variations
Color information
#1098FC (or 0x1098FC) is known color: Dodger Blue. HEX triplet: 10, 98 and FC. RGB value is (16,152,252). Sum of RGB (Red+Green+Blue) = 16+152+252=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #1098FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1098FC is #EF6703. Grayscale: #7A7A7A. Windows color (decimal): -15689476 or 16554000. OLE color: 16554000.
HSL color Cylindrical-coordinate representation of color #1098FC: hue angle of 205.42º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1098FC is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 152 | 252 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.01 |
| HSL | 205.42º | 0.98% | 0.53% | - |
| HSV(B) | 205.42º | 0.94% | 0.99% | - |
| XYZ | 29.01 | 29.59 | 96.28 | - |
| YUV | 122.74 | 200.94 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 252 | 0.94 | 0.40 | 0 | 0.01 | 205.42 | 0.98 | 0.53 |
| Hex | 10 | 98 | FC | 5E | 28 | 0 | 1 | CD | 62 | 35 |
| Octal | 20 | 230 | 374 | 136 | 50 | 0 | 1 | 315 | 142 | 65 |
| Binary | 10000 | 10011000 | 11111100 | 1011110 | 101000 | 0 | 1 | 11001101 | 1100010 | 110101 |
Color Harmonies of #1098FC
Complementary color
Monochromatic Colors of #1098FC
Black with #1098FC
Text Example
Text Example
White with #1098FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1098FC; }
p { color: rgb(16,152,252); }
H1.HeaderClassName
{
color: #1098FC;
}
.AnyTagClassName
{
color: #1098FC;
}
</style>
background-color css
<style>
a { background-color: #1098FC; }
a { background-color: rgb(16,152,252); }
div.DivClassName
{
background-color: #1098FC;
}
.BgClassName
{
background-color: #1098FC;
}
</style>
border-color css
<style>
span { border-color: #1098FC; }
span { border-color: rgb(16,152,252); }
td.TdClassName
{
border-color: #1098FC;
}
.TagClassName
{
border-color: #1098FC;
}
</style>