Shades of Dodger Blue #2185DF
Tints of Dodger Blue #2185DF
RGB
CMYK
RGB Variations
Color information
#2185DF (or 0x2185DF) is known color: Dodger Blue. HEX triplet: 21, 85 and DF. RGB value is (33,133,223). Sum of RGB (Red+Green+Blue) = 33+133+223=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #2185DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185DF is #DE7A20. Grayscale: #707070. Windows color (decimal): -14580257 or 14648609. OLE color: 14648609.
HSL color Cylindrical-coordinate representation of color #2185DF: hue angle of 208.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2185DF is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 133 | 223 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.13 |
| HSL | 208.42º | 0.75% | 0.5% | - |
| HSV(B) | 208.42º | 0.85% | 0.87% | - |
| XYZ | 22.33 | 22.43 | 72.96 | - |
| YUV | 113.36 | 189.87 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 223 | 0.85 | 0.40 | 0 | 0.13 | 208.42 | 0.75 | 0.5 |
| Hex | 21 | 85 | DF | 55 | 28 | 0 | D | D0 | 4B | 32 |
| Octal | 41 | 205 | 337 | 125 | 50 | 0 | 15 | 320 | 113 | 62 |
| Binary | 100001 | 10000101 | 11011111 | 1010101 | 101000 | 0 | 1101 | 11010000 | 1001011 | 110010 |
Color Harmonies of #2185DF
Complementary color
Monochromatic Colors of #2185DF
Black with #2185DF
Text Example
Text Example
White with #2185DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185DF; }
p { color: rgb(33,133,223); }
H1.HeaderClassName
{
color: #2185DF;
}
.AnyTagClassName
{
color: #2185DF;
}
</style>
background-color css
<style>
a { background-color: #2185DF; }
a { background-color: rgb(33,133,223); }
div.DivClassName
{
background-color: #2185DF;
}
.BgClassName
{
background-color: #2185DF;
}
</style>
border-color css
<style>
span { border-color: #2185DF; }
span { border-color: rgb(33,133,223); }
td.TdClassName
{
border-color: #2185DF;
}
.TagClassName
{
border-color: #2185DF;
}
</style>