Shades of Dodger Blue #1695FA
Tints of Dodger Blue #1695FA
RGB
CMYK
RGB Variations
Color information
#1695FA (or 0x1695FA) is known color: Dodger Blue. HEX triplet: 16, 95 and FA. RGB value is (22,149,250). Sum of RGB (Red+Green+Blue) = 22+149+250=421 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.23% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #1695FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1695FA is #E96A05. Grayscale: #7A7A7A. Windows color (decimal): -15297030 or 16422166. OLE color: 16422166.
HSL color Cylindrical-coordinate representation of color #1695FA: hue angle of 206.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1695FA is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 149 | 250 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.02 |
| HSL | 206.58º | 0.96% | 0.53% | - |
| HSV(B) | 206.58º | 0.91% | 0.98% | - |
| XYZ | 28.33 | 28.57 | 94.46 | - |
| YUV | 122.54 | 199.92 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 250 | 0.91 | 0.40 | 0 | 0.02 | 206.58 | 0.96 | 0.53 |
| Hex | 16 | 95 | FA | 5B | 28 | 0 | 2 | CF | 60 | 35 |
| Octal | 26 | 225 | 372 | 133 | 50 | 0 | 2 | 317 | 140 | 65 |
| Binary | 10110 | 10010101 | 11111010 | 1011011 | 101000 | 0 | 10 | 11001111 | 1100000 | 110101 |
Color Harmonies of #1695FA
Complementary color
Monochromatic Colors of #1695FA
Black with #1695FA
Text Example
Text Example
White with #1695FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1695FA; }
p { color: rgb(22,149,250); }
H1.HeaderClassName
{
color: #1695FA;
}
.AnyTagClassName
{
color: #1695FA;
}
</style>
background-color css
<style>
a { background-color: #1695FA; }
a { background-color: rgb(22,149,250); }
div.DivClassName
{
background-color: #1695FA;
}
.BgClassName
{
background-color: #1695FA;
}
</style>
border-color css
<style>
span { border-color: #1695FA; }
span { border-color: rgb(22,149,250); }
td.TdClassName
{
border-color: #1695FA;
}
.TagClassName
{
border-color: #1695FA;
}
</style>