Shades of Dodger Blue #2DADFD
Tints of Dodger Blue #2DADFD
RGB
CMYK
RGB Variations
Color information
#2DADFD (or 0x2DADFD) is known color: Dodger Blue. HEX triplet: 2D, AD and FD. RGB value is (45,173,253). Sum of RGB (Red+Green+Blue) = 45+173+253=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DADFD is #D25202. Grayscale: #8F8F8F. Windows color (decimal): -13783555 or 16624941. OLE color: 16624941.
HSL color Cylindrical-coordinate representation of color #2DADFD: hue angle of 203.08º 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 #2DADFD is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 173 | 253 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.01 |
| HSL | 203.08º | 0.98% | 0.58% | - |
| HSV(B) | 203.08º | 0.82% | 0.99% | - |
| XYZ | 33.76 | 37.54 | 98.39 | - |
| YUV | 143.85 | 189.59 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 253 | 0.82 | 0.32 | 0 | 0.01 | 203.08 | 0.98 | 0.58 |
| Hex | 2D | AD | FD | 52 | 20 | 0 | 1 | CB | 62 | 3A |
| Octal | 55 | 255 | 375 | 122 | 40 | 0 | 1 | 313 | 142 | 72 |
| Binary | 101101 | 10101101 | 11111101 | 1010010 | 100000 | 0 | 1 | 11001011 | 1100010 | 111010 |
Color Harmonies of #2DADFD
Complementary color
Monochromatic Colors of #2DADFD
Black with #2DADFD
Text Example
Text Example
White with #2DADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADFD; }
p { color: rgb(45,173,253); }
H1.HeaderClassName
{
color: #2DADFD;
}
.AnyTagClassName
{
color: #2DADFD;
}
</style>
background-color css
<style>
a { background-color: #2DADFD; }
a { background-color: rgb(45,173,253); }
div.DivClassName
{
background-color: #2DADFD;
}
.BgClassName
{
background-color: #2DADFD;
}
</style>
border-color css
<style>
span { border-color: #2DADFD; }
span { border-color: rgb(45,173,253); }
td.TdClassName
{
border-color: #2DADFD;
}
.TagClassName
{
border-color: #2DADFD;
}
</style>