Shades of Dodger Blue #1097FA
Tints of Dodger Blue #1097FA
RGB
CMYK
RGB Variations
Color information
#1097FA (or 0x1097FA) is known color: Dodger Blue. HEX triplet: 10, 97 and FA. RGB value is (16,151,250). Sum of RGB (Red+Green+Blue) = 16+151+250=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #1097FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1097FA is #EF6805. Grayscale: #797979. Windows color (decimal): -15689734 or 16422672. OLE color: 16422672.
HSL color Cylindrical-coordinate representation of color #1097FA: hue angle of 205.38º degrees, saturation: 0.96, 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 #1097FA is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 151 | 250 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.02 |
| HSL | 205.38º | 0.96% | 0.52% | - |
| HSV(B) | 205.38º | 0.94% | 0.98% | - |
| XYZ | 28.54 | 29.15 | 94.56 | - |
| YUV | 121.92 | 200.27 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 250 | 0.94 | 0.40 | 0 | 0.02 | 205.38 | 0.96 | 0.52 |
| Hex | 10 | 97 | FA | 5E | 28 | 0 | 2 | CD | 60 | 34 |
| Octal | 20 | 227 | 372 | 136 | 50 | 0 | 2 | 315 | 140 | 64 |
| Binary | 10000 | 10010111 | 11111010 | 1011110 | 101000 | 0 | 10 | 11001101 | 1100000 | 110100 |
Color Harmonies of #1097FA
Complementary color
Monochromatic Colors of #1097FA
Black with #1097FA
Text Example
Text Example
White with #1097FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097FA; }
p { color: rgb(16,151,250); }
H1.HeaderClassName
{
color: #1097FA;
}
.AnyTagClassName
{
color: #1097FA;
}
</style>
background-color css
<style>
a { background-color: #1097FA; }
a { background-color: rgb(16,151,250); }
div.DivClassName
{
background-color: #1097FA;
}
.BgClassName
{
background-color: #1097FA;
}
</style>
border-color css
<style>
span { border-color: #1097FA; }
span { border-color: rgb(16,151,250); }
td.TdClassName
{
border-color: #1097FA;
}
.TagClassName
{
border-color: #1097FA;
}
</style>