Shades of Dodger Blue #1885FA
Tints of Dodger Blue #1885FA
RGB
CMYK
RGB Variations
Color information
#1885FA (or 0x1885FA) is known color: Dodger Blue. HEX triplet: 18, 85 and FA. RGB value is (24,133,250). Sum of RGB (Red+Green+Blue) = 24+133+250=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #1885FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1885FA is #E77A05. Grayscale: #717171. Windows color (decimal): -15170054 or 16418072. OLE color: 16418072.
HSL color Cylindrical-coordinate representation of color #1885FA: hue angle of 211.06º 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 #1885FA is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 133 | 250 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.02 |
| HSL | 211.06º | 0.96% | 0.54% | - |
| HSV(B) | 211.06º | 0.9% | 0.98% | - |
| XYZ | 26.02 | 23.87 | 93.68 | - |
| YUV | 113.75 | 204.89 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 250 | 0.90 | 0.47 | 0 | 0.02 | 211.06 | 0.96 | 0.54 |
| Hex | 18 | 85 | FA | 5A | 2F | 0 | 2 | D3 | 60 | 36 |
| Octal | 30 | 205 | 372 | 132 | 57 | 0 | 2 | 323 | 140 | 66 |
| Binary | 11000 | 10000101 | 11111010 | 1011010 | 101111 | 0 | 10 | 11010011 | 1100000 | 110110 |
Color Harmonies of #1885FA
Complementary color
Monochromatic Colors of #1885FA
Black with #1885FA
Text Example
Text Example
White with #1885FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1885FA; }
p { color: rgb(24,133,250); }
H1.HeaderClassName
{
color: #1885FA;
}
.AnyTagClassName
{
color: #1885FA;
}
</style>
background-color css
<style>
a { background-color: #1885FA; }
a { background-color: rgb(24,133,250); }
div.DivClassName
{
background-color: #1885FA;
}
.BgClassName
{
background-color: #1885FA;
}
</style>
border-color css
<style>
span { border-color: #1885FA; }
span { border-color: rgb(24,133,250); }
td.TdClassName
{
border-color: #1885FA;
}
.TagClassName
{
border-color: #1885FA;
}
</style>