Shades of Dodger Blue #1895FA
Tints of Dodger Blue #1895FA
RGB
CMYK
RGB Variations
Color information
#1895FA (or 0x1895FA) is known color: Dodger Blue. HEX triplet: 18, 95 and FA. RGB value is (24,149,250). Sum of RGB (Red+Green+Blue) = 24+149+250=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #1895FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1895FA is #E76A05. Grayscale: #7A7A7A. Windows color (decimal): -15165958 or 16422168. OLE color: 16422168.
HSL color Cylindrical-coordinate representation of color #1895FA: hue angle of 206.81º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1895FA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 149 | 250 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.02 |
| HSL | 206.81º | 0.96% | 0.54% | - |
| HSV(B) | 206.81º | 0.9% | 0.98% | - |
| XYZ | 28.38 | 28.59 | 94.47 | - |
| YUV | 123.14 | 199.59 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 250 | 0.90 | 0.40 | 0 | 0.02 | 206.81 | 0.96 | 0.54 |
| Hex | 18 | 95 | FA | 5A | 28 | 0 | 2 | CF | 60 | 36 |
| Octal | 30 | 225 | 372 | 132 | 50 | 0 | 2 | 317 | 140 | 66 |
| Binary | 11000 | 10010101 | 11111010 | 1011010 | 101000 | 0 | 10 | 11001111 | 1100000 | 110110 |
Color Harmonies of #1895FA
Complementary color
Monochromatic Colors of #1895FA
Black with #1895FA
Text Example
Text Example
White with #1895FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895FA; }
p { color: rgb(24,149,250); }
H1.HeaderClassName
{
color: #1895FA;
}
.AnyTagClassName
{
color: #1895FA;
}
</style>
background-color css
<style>
a { background-color: #1895FA; }
a { background-color: rgb(24,149,250); }
div.DivClassName
{
background-color: #1895FA;
}
.BgClassName
{
background-color: #1895FA;
}
</style>
border-color css
<style>
span { border-color: #1895FA; }
span { border-color: rgb(24,149,250); }
td.TdClassName
{
border-color: #1895FA;
}
.TagClassName
{
border-color: #1895FA;
}
</style>