Shades of Dodger Blue #1097FC
Tints of Dodger Blue #1097FC
RGB
CMYK
RGB Variations
Color information
#1097FC (or 0x1097FC) is known color: Dodger Blue. HEX triplet: 10, 97 and FC. RGB value is (16,151,252). Sum of RGB (Red+Green+Blue) = 16+151+252=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #1097FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1097FC is #EF6803. Grayscale: #797979. Windows color (decimal): -15689732 or 16553744. OLE color: 16553744.
HSL color Cylindrical-coordinate representation of color #1097FC: hue angle of 205.68º 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 #1097FC is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 151 | 252 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.01 |
| HSL | 205.68º | 0.98% | 0.53% | - |
| HSV(B) | 205.68º | 0.94% | 0.99% | - |
| XYZ | 28.85 | 29.27 | 96.22 | - |
| YUV | 122.15 | 201.27 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 252 | 0.94 | 0.40 | 0 | 0.01 | 205.68 | 0.98 | 0.53 |
| Hex | 10 | 97 | FC | 5E | 28 | 0 | 1 | CE | 62 | 35 |
| Octal | 20 | 227 | 374 | 136 | 50 | 0 | 1 | 316 | 142 | 65 |
| Binary | 10000 | 10010111 | 11111100 | 1011110 | 101000 | 0 | 1 | 11001110 | 1100010 | 110101 |
Color Harmonies of #1097FC
Complementary color
Monochromatic Colors of #1097FC
Black with #1097FC
Text Example
Text Example
White with #1097FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097FC; }
p { color: rgb(16,151,252); }
H1.HeaderClassName
{
color: #1097FC;
}
.AnyTagClassName
{
color: #1097FC;
}
</style>
background-color css
<style>
a { background-color: #1097FC; }
a { background-color: rgb(16,151,252); }
div.DivClassName
{
background-color: #1097FC;
}
.BgClassName
{
background-color: #1097FC;
}
</style>
border-color css
<style>
span { border-color: #1097FC; }
span { border-color: rgb(16,151,252); }
td.TdClassName
{
border-color: #1097FC;
}
.TagClassName
{
border-color: #1097FC;
}
</style>