Shades of Dodger Blue #1285FE
Tints of Dodger Blue #1285FE
RGB
CMYK
RGB Variations
Color information
#1285FE (or 0x1285FE) is known color: Dodger Blue. HEX triplet: 12, 85 and FE. RGB value is (18,133,254). Sum of RGB (Red+Green+Blue) = 18+133+254=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #1285FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1285FE is #ED7A01. Grayscale: #6F6F6F. Windows color (decimal): -15563266 or 16680210. OLE color: 16680210.
HSL color Cylindrical-coordinate representation of color #1285FE: hue angle of 210.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1285FE is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 133 | 254 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.00 |
| HSL | 210.76º | 0.99% | 0.53% | - |
| HSV(B) | 210.76º | 0.93% | 1% | - |
| XYZ | 26.53 | 24.06 | 97.01 | - |
| YUV | 112.41 | 207.9 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 254 | 0.93 | 0.48 | 0 | 0.00 | 210.76 | 0.99 | 0.53 |
| Hex | 12 | 85 | FE | 5D | 30 | 0 | 0 | D3 | 63 | 35 |
| Octal | 22 | 205 | 376 | 135 | 60 | 0 | 0 | 323 | 143 | 65 |
| Binary | 10010 | 10000101 | 11111110 | 1011101 | 110000 | 0 | 0 | 11010011 | 1100011 | 110101 |
Color Harmonies of #1285FE
Complementary color
Monochromatic Colors of #1285FE
Black with #1285FE
Text Example
Text Example
White with #1285FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285FE; }
p { color: rgb(18,133,254); }
H1.HeaderClassName
{
color: #1285FE;
}
.AnyTagClassName
{
color: #1285FE;
}
</style>
background-color css
<style>
a { background-color: #1285FE; }
a { background-color: rgb(18,133,254); }
div.DivClassName
{
background-color: #1285FE;
}
.BgClassName
{
background-color: #1285FE;
}
</style>
border-color css
<style>
span { border-color: #1285FE; }
span { border-color: rgb(18,133,254); }
td.TdClassName
{
border-color: #1285FE;
}
.TagClassName
{
border-color: #1285FE;
}
</style>