Shades of Dodger Blue #1695F0
Tints of Dodger Blue #1695F0
RGB
CMYK
RGB Variations
Color information
#1695F0 (or 0x1695F0) is known color: Dodger Blue. HEX triplet: 16, 95 and F0. RGB value is (22,149,240). Sum of RGB (Red+Green+Blue) = 22+149+240=411 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.35% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #1695F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1695F0 is #E96A0F. Grayscale: #787878. Windows color (decimal): -15297040 or 15766806. OLE color: 15766806.
HSL color Cylindrical-coordinate representation of color #1695F0: hue angle of 205.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1695F0 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 149 | 240 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.06 |
| HSL | 205.05º | 0.88% | 0.51% | - |
| HSV(B) | 205.05º | 0.91% | 0.94% | - |
| XYZ | 26.81 | 27.96 | 86.42 | - |
| YUV | 121.4 | 194.92 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 240 | 0.91 | 0.38 | 0 | 0.06 | 205.05 | 0.88 | 0.51 |
| Hex | 16 | 95 | F0 | 5B | 26 | 0 | 6 | CD | 58 | 33 |
| Octal | 26 | 225 | 360 | 133 | 46 | 0 | 6 | 315 | 130 | 63 |
| Binary | 10110 | 10010101 | 11110000 | 1011011 | 100110 | 0 | 110 | 11001101 | 1011000 | 110011 |
Color Harmonies of #1695F0
Complementary color
Monochromatic Colors of #1695F0
Black with #1695F0
Text Example
Text Example
White with #1695F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1695F0; }
p { color: rgb(22,149,240); }
H1.HeaderClassName
{
color: #1695F0;
}
.AnyTagClassName
{
color: #1695F0;
}
</style>
background-color css
<style>
a { background-color: #1695F0; }
a { background-color: rgb(22,149,240); }
div.DivClassName
{
background-color: #1695F0;
}
.BgClassName
{
background-color: #1695F0;
}
</style>
border-color css
<style>
span { border-color: #1695F0; }
span { border-color: rgb(22,149,240); }
td.TdClassName
{
border-color: #1695F0;
}
.TagClassName
{
border-color: #1695F0;
}
</style>