Shades of Dodger Blue #1098FB
Tints of Dodger Blue #1098FB
RGB
CMYK
RGB Variations
Color information
#1098FB (or 0x1098FB) is known color: Dodger Blue. HEX triplet: 10, 98 and FB. RGB value is (16,152,251). Sum of RGB (Red+Green+Blue) = 16+152+251=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #1098FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1098FB is #EF6704. Grayscale: #7A7A7A. Windows color (decimal): -15689477 or 16488464. OLE color: 16488464.
HSL color Cylindrical-coordinate representation of color #1098FB: hue angle of 205.28º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1098FB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 152 | 251 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.02 |
| HSL | 205.28º | 0.97% | 0.52% | - |
| HSV(B) | 205.28º | 0.94% | 0.98% | - |
| XYZ | 28.85 | 29.53 | 95.45 | - |
| YUV | 122.62 | 200.44 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 251 | 0.94 | 0.39 | 0 | 0.02 | 205.28 | 0.97 | 0.52 |
| Hex | 10 | 98 | FB | 5E | 27 | 0 | 2 | CD | 61 | 34 |
| Octal | 20 | 230 | 373 | 136 | 47 | 0 | 2 | 315 | 141 | 64 |
| Binary | 10000 | 10011000 | 11111011 | 1011110 | 100111 | 0 | 10 | 11001101 | 1100001 | 110100 |
Color Harmonies of #1098FB
Complementary color
Monochromatic Colors of #1098FB
Black with #1098FB
Text Example
Text Example
White with #1098FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1098FB; }
p { color: rgb(16,152,251); }
H1.HeaderClassName
{
color: #1098FB;
}
.AnyTagClassName
{
color: #1098FB;
}
</style>
background-color css
<style>
a { background-color: #1098FB; }
a { background-color: rgb(16,152,251); }
div.DivClassName
{
background-color: #1098FB;
}
.BgClassName
{
background-color: #1098FB;
}
</style>
border-color css
<style>
span { border-color: #1098FB; }
span { border-color: rgb(16,152,251); }
td.TdClassName
{
border-color: #1098FB;
}
.TagClassName
{
border-color: #1098FB;
}
</style>