Shades of Dodger Blue #1698FD
Tints of Dodger Blue #1698FD
RGB
CMYK
RGB Variations
Color information
#1698FD (or 0x1698FD) is known color: Dodger Blue. HEX triplet: 16, 98 and FD. RGB value is (22,152,253). Sum of RGB (Red+Green+Blue) = 22+152+253=427 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.15% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #1698FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1698FD is #E96702. Grayscale: #7C7C7C. Windows color (decimal): -15296259 or 16619542. OLE color: 16619542.
HSL color Cylindrical-coordinate representation of color #1698FD: hue angle of 206.23º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1698FD is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 152 | 253 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.01 |
| HSL | 206.23º | 0.98% | 0.54% | - |
| HSV(B) | 206.23º | 0.91% | 0.99% | - |
| XYZ | 29.29 | 29.72 | 97.12 | - |
| YUV | 124.64 | 200.43 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 253 | 0.91 | 0.40 | 0 | 0.01 | 206.23 | 0.98 | 0.54 |
| Hex | 16 | 98 | FD | 5B | 28 | 0 | 1 | CE | 62 | 36 |
| Octal | 26 | 230 | 375 | 133 | 50 | 0 | 1 | 316 | 142 | 66 |
| Binary | 10110 | 10011000 | 11111101 | 1011011 | 101000 | 0 | 1 | 11001110 | 1100010 | 110110 |
Color Harmonies of #1698FD
Complementary color
Monochromatic Colors of #1698FD
Black with #1698FD
Text Example
Text Example
White with #1698FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1698FD; }
p { color: rgb(22,152,253); }
H1.HeaderClassName
{
color: #1698FD;
}
.AnyTagClassName
{
color: #1698FD;
}
</style>
background-color css
<style>
a { background-color: #1698FD; }
a { background-color: rgb(22,152,253); }
div.DivClassName
{
background-color: #1698FD;
}
.BgClassName
{
background-color: #1698FD;
}
</style>
border-color css
<style>
span { border-color: #1698FD; }
span { border-color: rgb(22,152,253); }
td.TdClassName
{
border-color: #1698FD;
}
.TagClassName
{
border-color: #1698FD;
}
</style>