Shades of Dodger Blue #2D83FD
Tints of Dodger Blue #2D83FD
RGB
CMYK
RGB Variations
Color information
#2D83FD (or 0x2D83FD) is known color: Dodger Blue. HEX triplet: 2D, 83 and FD. RGB value is (45,131,253). Sum of RGB (Red+Green+Blue) = 45+131+253=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D83FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D83FD is #D27C02. Grayscale: #767676. Windows color (decimal): -13794307 or 16614189. OLE color: 16614189.
HSL color Cylindrical-coordinate representation of color #2D83FD: hue angle of 215.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D83FD is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 131 | 253 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.01 |
| HSL | 215.19º | 0.98% | 0.58% | - |
| HSV(B) | 215.19º | 0.82% | 0.99% | - |
| XYZ | 26.93 | 23.88 | 96.12 | - |
| YUV | 119.19 | 203.51 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 253 | 0.82 | 0.48 | 0 | 0.01 | 215.19 | 0.98 | 0.58 |
| Hex | 2D | 83 | FD | 52 | 30 | 0 | 1 | D7 | 62 | 3A |
| Octal | 55 | 203 | 375 | 122 | 60 | 0 | 1 | 327 | 142 | 72 |
| Binary | 101101 | 10000011 | 11111101 | 1010010 | 110000 | 0 | 1 | 11010111 | 1100010 | 111010 |
Color Harmonies of #2D83FD
Complementary color
Monochromatic Colors of #2D83FD
Black with #2D83FD
Text Example
Text Example
White with #2D83FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D83FD; }
p { color: rgb(45,131,253); }
H1.HeaderClassName
{
color: #2D83FD;
}
.AnyTagClassName
{
color: #2D83FD;
}
</style>
background-color css
<style>
a { background-color: #2D83FD; }
a { background-color: rgb(45,131,253); }
div.DivClassName
{
background-color: #2D83FD;
}
.BgClassName
{
background-color: #2D83FD;
}
</style>
border-color css
<style>
span { border-color: #2D83FD; }
span { border-color: rgb(45,131,253); }
td.TdClassName
{
border-color: #2D83FD;
}
.TagClassName
{
border-color: #2D83FD;
}
</style>