Shades of Dodger Blue #1097FD
Tints of Dodger Blue #1097FD
RGB
CMYK
RGB Variations
Color information
#1097FD (or 0x1097FD) is known color: Dodger Blue. HEX triplet: 10, 97 and FD. RGB value is (16,151,253). Sum of RGB (Red+Green+Blue) = 16+151+253=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #1097FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1097FD is #EF6802. Grayscale: #797979. Windows color (decimal): -15689731 or 16619280. OLE color: 16619280.
HSL color Cylindrical-coordinate representation of color #1097FD: hue angle of 205.82º 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 #1097FD is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 151 | 253 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.01 |
| HSL | 205.82º | 0.98% | 0.53% | - |
| HSV(B) | 205.82º | 0.94% | 0.99% | - |
| XYZ | 29.01 | 29.34 | 97.06 | - |
| YUV | 122.26 | 201.77 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 253 | 0.94 | 0.40 | 0 | 0.01 | 205.82 | 0.98 | 0.53 |
| Hex | 10 | 97 | FD | 5E | 28 | 0 | 1 | CE | 62 | 35 |
| Octal | 20 | 227 | 375 | 136 | 50 | 0 | 1 | 316 | 142 | 65 |
| Binary | 10000 | 10010111 | 11111101 | 1011110 | 101000 | 0 | 1 | 11001110 | 1100010 | 110101 |
Color Harmonies of #1097FD
Complementary color
Monochromatic Colors of #1097FD
Black with #1097FD
Text Example
Text Example
White with #1097FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097FD; }
p { color: rgb(16,151,253); }
H1.HeaderClassName
{
color: #1097FD;
}
.AnyTagClassName
{
color: #1097FD;
}
</style>
background-color css
<style>
a { background-color: #1097FD; }
a { background-color: rgb(16,151,253); }
div.DivClassName
{
background-color: #1097FD;
}
.BgClassName
{
background-color: #1097FD;
}
</style>
border-color css
<style>
span { border-color: #1097FD; }
span { border-color: rgb(16,151,253); }
td.TdClassName
{
border-color: #1097FD;
}
.TagClassName
{
border-color: #1097FD;
}
</style>