Shades of Dodger Blue #1885FE
Tints of Dodger Blue #1885FE
RGB
CMYK
RGB Variations
Color information
#1885FE (or 0x1885FE) is known color: Dodger Blue. HEX triplet: 18, 85 and FE. RGB value is (24,133,254). Sum of RGB (Red+Green+Blue) = 24+133+254=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #1885FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1885FE is #E77A01. Grayscale: #717171. Windows color (decimal): -15170050 or 16680216. OLE color: 16680216.
HSL color Cylindrical-coordinate representation of color #1885FE: hue angle of 211.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1885FE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 133 | 254 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.00 |
| HSL | 211.57º | 0.99% | 0.55% | - |
| HSV(B) | 211.57º | 0.91% | 1% | - |
| XYZ | 26.65 | 24.13 | 97.02 | - |
| YUV | 114.2 | 206.89 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 254 | 0.91 | 0.48 | 0 | 0.00 | 211.57 | 0.99 | 0.55 |
| Hex | 18 | 85 | FE | 5B | 30 | 0 | 0 | D4 | 63 | 37 |
| Octal | 30 | 205 | 376 | 133 | 60 | 0 | 0 | 324 | 143 | 67 |
| Binary | 11000 | 10000101 | 11111110 | 1011011 | 110000 | 0 | 0 | 11010100 | 1100011 | 110111 |
Color Harmonies of #1885FE
Complementary color
Monochromatic Colors of #1885FE
Black with #1885FE
Text Example
Text Example
White with #1885FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1885FE; }
p { color: rgb(24,133,254); }
H1.HeaderClassName
{
color: #1885FE;
}
.AnyTagClassName
{
color: #1885FE;
}
</style>
background-color css
<style>
a { background-color: #1885FE; }
a { background-color: rgb(24,133,254); }
div.DivClassName
{
background-color: #1885FE;
}
.BgClassName
{
background-color: #1885FE;
}
</style>
border-color css
<style>
span { border-color: #1885FE; }
span { border-color: rgb(24,133,254); }
td.TdClassName
{
border-color: #1885FE;
}
.TagClassName
{
border-color: #1885FE;
}
</style>