Shades of Dodger Blue #1895F7
Tints of Dodger Blue #1895F7
RGB
CMYK
RGB Variations
Color information
#1895F7 (or 0x1895F7) is known color: Dodger Blue. HEX triplet: 18, 95 and F7. RGB value is (24,149,247). Sum of RGB (Red+Green+Blue) = 24+149+247=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #1895F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1895F7 is #E76A08. Grayscale: #7A7A7A. Windows color (decimal): -15165961 or 16225560. OLE color: 16225560.
HSL color Cylindrical-coordinate representation of color #1895F7: hue angle of 206.37º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1895F7 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 149 | 247 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.03 |
| HSL | 206.37º | 0.93% | 0.53% | - |
| HSV(B) | 206.37º | 0.9% | 0.97% | - |
| XYZ | 27.91 | 28.4 | 92.01 | - |
| YUV | 122.8 | 198.09 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 247 | 0.90 | 0.40 | 0 | 0.03 | 206.37 | 0.93 | 0.53 |
| Hex | 18 | 95 | F7 | 5A | 28 | 0 | 3 | CE | 5D | 35 |
| Octal | 30 | 225 | 367 | 132 | 50 | 0 | 3 | 316 | 135 | 65 |
| Binary | 11000 | 10010101 | 11110111 | 1011010 | 101000 | 0 | 11 | 11001110 | 1011101 | 110101 |
Color Harmonies of #1895F7
Complementary color
Monochromatic Colors of #1895F7
Black with #1895F7
Text Example
Text Example
White with #1895F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895F7; }
p { color: rgb(24,149,247); }
H1.HeaderClassName
{
color: #1895F7;
}
.AnyTagClassName
{
color: #1895F7;
}
</style>
background-color css
<style>
a { background-color: #1895F7; }
a { background-color: rgb(24,149,247); }
div.DivClassName
{
background-color: #1895F7;
}
.BgClassName
{
background-color: #1895F7;
}
</style>
border-color css
<style>
span { border-color: #1895F7; }
span { border-color: rgb(24,149,247); }
td.TdClassName
{
border-color: #1895F7;
}
.TagClassName
{
border-color: #1895F7;
}
</style>