Shades of Dodger Blue #2183DF
Tints of Dodger Blue #2183DF
RGB
CMYK
RGB Variations
Color information
#2183DF (or 0x2183DF) is known color: Dodger Blue. HEX triplet: 21, 83 and DF. RGB value is (33,131,223). Sum of RGB (Red+Green+Blue) = 33+131+223=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #2183DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2183DF is #DE7C20. Grayscale: #6F6F6F. Windows color (decimal): -14580769 or 14648097. OLE color: 14648097.
HSL color Cylindrical-coordinate representation of color #2183DF: hue angle of 209.05º 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 #2183DF is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 131 | 223 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.13 |
| HSL | 209.05º | 0.75% | 0.5% | - |
| HSV(B) | 209.05º | 0.85% | 0.87% | - |
| XYZ | 22.06 | 21.88 | 72.87 | - |
| YUV | 112.19 | 190.53 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 223 | 0.85 | 0.41 | 0 | 0.13 | 209.05 | 0.75 | 0.5 |
| Hex | 21 | 83 | DF | 55 | 29 | 0 | D | D1 | 4B | 32 |
| Octal | 41 | 203 | 337 | 125 | 51 | 0 | 15 | 321 | 113 | 62 |
| Binary | 100001 | 10000011 | 11011111 | 1010101 | 101001 | 0 | 1101 | 11010001 | 1001011 | 110010 |
Color Harmonies of #2183DF
Complementary color
Monochromatic Colors of #2183DF
Black with #2183DF
Text Example
Text Example
White with #2183DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2183DF; }
p { color: rgb(33,131,223); }
H1.HeaderClassName
{
color: #2183DF;
}
.AnyTagClassName
{
color: #2183DF;
}
</style>
background-color css
<style>
a { background-color: #2183DF; }
a { background-color: rgb(33,131,223); }
div.DivClassName
{
background-color: #2183DF;
}
.BgClassName
{
background-color: #2183DF;
}
</style>
border-color css
<style>
span { border-color: #2183DF; }
span { border-color: rgb(33,131,223); }
td.TdClassName
{
border-color: #2183DF;
}
.TagClassName
{
border-color: #2183DF;
}
</style>