Shades of Dodger Blue #1284DD
Tints of Dodger Blue #1284DD
RGB
CMYK
RGB Variations
Color information
#1284DD (or 0x1284DD) is known color: Dodger Blue. HEX triplet: 12, 84 and DD. RGB value is (18,132,221). Sum of RGB (Red+Green+Blue) = 18+132+221=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #1284DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284DD is #ED7B22. Grayscale: #6B6B6B. Windows color (decimal): -15563555 or 14517266. OLE color: 14517266.
HSL color Cylindrical-coordinate representation of color #1284DD: hue angle of 206.31º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1284DD is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 132 | 221 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.13 |
| HSL | 206.31º | 0.85% | 0.47% | - |
| HSV(B) | 206.31º | 0.92% | 0.87% | - |
| XYZ | 21.55 | 21.85 | 71.49 | - |
| YUV | 108.06 | 191.73 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 221 | 0.92 | 0.40 | 0 | 0.13 | 206.31 | 0.85 | 0.47 |
| Hex | 12 | 84 | DD | 5C | 28 | 0 | D | CE | 55 | 2F |
| Octal | 22 | 204 | 335 | 134 | 50 | 0 | 15 | 316 | 125 | 57 |
| Binary | 10010 | 10000100 | 11011101 | 1011100 | 101000 | 0 | 1101 | 11001110 | 1010101 | 101111 |
Color Harmonies of #1284DD
Complementary color
Monochromatic Colors of #1284DD
Black with #1284DD
Text Example
Text Example
White with #1284DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1284DD; }
p { color: rgb(18,132,221); }
H1.HeaderClassName
{
color: #1284DD;
}
.AnyTagClassName
{
color: #1284DD;
}
</style>
background-color css
<style>
a { background-color: #1284DD; }
a { background-color: rgb(18,132,221); }
div.DivClassName
{
background-color: #1284DD;
}
.BgClassName
{
background-color: #1284DD;
}
</style>
border-color css
<style>
span { border-color: #1284DD; }
span { border-color: rgb(18,132,221); }
td.TdClassName
{
border-color: #1284DD;
}
.TagClassName
{
border-color: #1284DD;
}
</style>