Shades of Dodger Blue #1284EF
Tints of Dodger Blue #1284EF
RGB
CMYK
RGB Variations
Color information
#1284EF (or 0x1284EF) is known color: Dodger Blue. HEX triplet: 12, 84 and EF. RGB value is (18,132,239). Sum of RGB (Red+Green+Blue) = 18+132+239=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #1284EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1284EF is #ED7B10. Grayscale: #6D6D6D. Windows color (decimal): -15563537 or 15696914. OLE color: 15696914.
HSL color Cylindrical-coordinate representation of color #1284EF: hue angle of 209.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1284EF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 132 | 239 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.06 |
| HSL | 209.05º | 0.87% | 0.5% | - |
| HSV(B) | 209.05º | 0.92% | 0.94% | - |
| XYZ | 24.08 | 22.86 | 84.81 | - |
| YUV | 110.11 | 200.73 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 239 | 0.92 | 0.45 | 0 | 0.06 | 209.05 | 0.87 | 0.5 |
| Hex | 12 | 84 | EF | 5C | 2D | 0 | 6 | D1 | 57 | 32 |
| Octal | 22 | 204 | 357 | 134 | 55 | 0 | 6 | 321 | 127 | 62 |
| Binary | 10010 | 10000100 | 11101111 | 1011100 | 101101 | 0 | 110 | 11010001 | 1010111 | 110010 |
Color Harmonies of #1284EF
Complementary color
Monochromatic Colors of #1284EF
Black with #1284EF
Text Example
Text Example
White with #1284EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1284EF; }
p { color: rgb(18,132,239); }
H1.HeaderClassName
{
color: #1284EF;
}
.AnyTagClassName
{
color: #1284EF;
}
</style>
background-color css
<style>
a { background-color: #1284EF; }
a { background-color: rgb(18,132,239); }
div.DivClassName
{
background-color: #1284EF;
}
.BgClassName
{
background-color: #1284EF;
}
</style>
border-color css
<style>
span { border-color: #1284EF; }
span { border-color: rgb(18,132,239); }
td.TdClassName
{
border-color: #1284EF;
}
.TagClassName
{
border-color: #1284EF;
}
</style>