Shades of Dodger Blue #2187DA
Tints of Dodger Blue #2187DA
RGB
CMYK
RGB Variations
Color information
#2187DA (or 0x2187DA) is known color: Dodger Blue. HEX triplet: 21, 87 and DA. RGB value is (33,135,218). Sum of RGB (Red+Green+Blue) = 33+135+218=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #2187DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2187DA is #DE7825. Grayscale: #717171. Windows color (decimal): -14579750 or 14321441. OLE color: 14321441.
HSL color Cylindrical-coordinate representation of color #2187DA: hue angle of 206.92º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2187DA is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 135 | 218 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.15 |
| HSL | 206.92º | 0.74% | 0.49% | - |
| HSV(B) | 206.92º | 0.85% | 0.85% | - |
| XYZ | 21.95 | 22.71 | 69.56 | - |
| YUV | 113.96 | 186.71 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 218 | 0.85 | 0.38 | 0 | 0.15 | 206.92 | 0.74 | 0.49 |
| Hex | 21 | 87 | DA | 55 | 26 | 0 | F | CF | 4A | 31 |
| Octal | 41 | 207 | 332 | 125 | 46 | 0 | 17 | 317 | 112 | 61 |
| Binary | 100001 | 10000111 | 11011010 | 1010101 | 100110 | 0 | 1111 | 11001111 | 1001010 | 110001 |
Color Harmonies of #2187DA
Complementary color
Monochromatic Colors of #2187DA
Black with #2187DA
Text Example
Text Example
White with #2187DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2187DA; }
p { color: rgb(33,135,218); }
H1.HeaderClassName
{
color: #2187DA;
}
.AnyTagClassName
{
color: #2187DA;
}
</style>
background-color css
<style>
a { background-color: #2187DA; }
a { background-color: rgb(33,135,218); }
div.DivClassName
{
background-color: #2187DA;
}
.BgClassName
{
background-color: #2187DA;
}
</style>
border-color css
<style>
span { border-color: #2187DA; }
span { border-color: rgb(33,135,218); }
td.TdClassName
{
border-color: #2187DA;
}
.TagClassName
{
border-color: #2187DA;
}
</style>