Shades of Dodger Blue #2183FD
Tints of Dodger Blue #2183FD
RGB
CMYK
RGB Variations
Color information
#2183FD (or 0x2183FD) is known color: Dodger Blue. HEX triplet: 21, 83 and FD. RGB value is (33,131,253). Sum of RGB (Red+Green+Blue) = 33+131+253=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #2183FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2183FD is #DE7C02. Grayscale: #737373. Windows color (decimal): -14580739 or 16614177. OLE color: 16614177.
HSL color Cylindrical-coordinate representation of color #2183FD: hue angle of 213.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2183FD is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 131 | 253 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.01 |
| HSL | 213.27º | 0.98% | 0.56% | - |
| HSV(B) | 213.27º | 0.87% | 0.99% | - |
| XYZ | 26.47 | 23.65 | 96.1 | - |
| YUV | 115.61 | 205.53 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 253 | 0.87 | 0.48 | 0 | 0.01 | 213.27 | 0.98 | 0.56 |
| Hex | 21 | 83 | FD | 57 | 30 | 0 | 1 | D5 | 62 | 38 |
| Octal | 41 | 203 | 375 | 127 | 60 | 0 | 1 | 325 | 142 | 70 |
| Binary | 100001 | 10000011 | 11111101 | 1010111 | 110000 | 0 | 1 | 11010101 | 1100010 | 111000 |
Color Harmonies of #2183FD
Complementary color
Monochromatic Colors of #2183FD
Black with #2183FD
Text Example
Text Example
White with #2183FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2183FD; }
p { color: rgb(33,131,253); }
H1.HeaderClassName
{
color: #2183FD;
}
.AnyTagClassName
{
color: #2183FD;
}
</style>
background-color css
<style>
a { background-color: #2183FD; }
a { background-color: rgb(33,131,253); }
div.DivClassName
{
background-color: #2183FD;
}
.BgClassName
{
background-color: #2183FD;
}
</style>
border-color css
<style>
span { border-color: #2183FD; }
span { border-color: rgb(33,131,253); }
td.TdClassName
{
border-color: #2183FD;
}
.TagClassName
{
border-color: #2183FD;
}
</style>