Shades of Dodger Blue #2AADFD
Tints of Dodger Blue #2AADFD
RGB
CMYK
RGB Variations
Color information
#2AADFD (or 0x2AADFD) is known color: Dodger Blue. HEX triplet: 2A, AD and FD. RGB value is (42,173,253). Sum of RGB (Red+Green+Blue) = 42+173+253=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AADFD is #D55202. Grayscale: #8E8E8E. Windows color (decimal): -13980163 or 16624938. OLE color: 16624938.
HSL color Cylindrical-coordinate representation of color #2AADFD: hue angle of 202.75º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AADFD is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 173 | 253 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.01 |
| HSL | 202.75º | 0.98% | 0.58% | - |
| HSV(B) | 202.75º | 0.83% | 0.99% | - |
| XYZ | 33.63 | 37.47 | 98.39 | - |
| YUV | 142.95 | 190.1 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 253 | 0.83 | 0.32 | 0 | 0.01 | 202.75 | 0.98 | 0.58 |
| Hex | 2A | AD | FD | 53 | 20 | 0 | 1 | CB | 62 | 3A |
| Octal | 52 | 255 | 375 | 123 | 40 | 0 | 1 | 313 | 142 | 72 |
| Binary | 101010 | 10101101 | 11111101 | 1010011 | 100000 | 0 | 1 | 11001011 | 1100010 | 111010 |
Color Harmonies of #2AADFD
Complementary color
Monochromatic Colors of #2AADFD
Black with #2AADFD
Text Example
Text Example
White with #2AADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADFD; }
p { color: rgb(42,173,253); }
H1.HeaderClassName
{
color: #2AADFD;
}
.AnyTagClassName
{
color: #2AADFD;
}
</style>
background-color css
<style>
a { background-color: #2AADFD; }
a { background-color: rgb(42,173,253); }
div.DivClassName
{
background-color: #2AADFD;
}
.BgClassName
{
background-color: #2AADFD;
}
</style>
border-color css
<style>
span { border-color: #2AADFD; }
span { border-color: rgb(42,173,253); }
td.TdClassName
{
border-color: #2AADFD;
}
.TagClassName
{
border-color: #2AADFD;
}
</style>