Shades of Dodger Blue #2DADFF
Tints of Dodger Blue #2DADFF
RGB
CMYK
RGB Variations
Color information
#2DADFF (or 0x2DADFF) is known color: Dodger Blue. HEX triplet: 2D, AD and FF. RGB value is (45,173,255). Sum of RGB (Red+Green+Blue) = 45+173+255=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #2DADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DADFF is #D25200. Grayscale: #8F8F8F. Windows color (decimal): -13783553 or 16756013. OLE color: 16756013.
HSL color Cylindrical-coordinate representation of color #2DADFF: hue angle of 203.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DADFF is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 173 | 255 | - |
| CMYK | 0.82 | 0.32 | 0 | 0 |
| HSL | 203.43º | 1% | 0.59% | - |
| HSV(B) | 203.43º | 0.82% | 1% | - |
| XYZ | 34.08 | 37.67 | 100.08 | - |
| YUV | 144.08 | 190.59 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 255 | 0.82 | 0.32 | 0 | 0 | 203.43 | 1 | 0.59 |
| Hex | 2D | AD | FF | 52 | 20 | 0 | 0 | CB | 64 | 3B |
| Octal | 55 | 255 | 377 | 122 | 40 | 0 | 0 | 313 | 144 | 73 |
| Binary | 101101 | 10101101 | 11111111 | 1010010 | 100000 | 0 | 0 | 11001011 | 1100100 | 111011 |
Color Harmonies of #2DADFF
Complementary color
Monochromatic Colors of #2DADFF
Black with #2DADFF
Text Example
Text Example
White with #2DADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADFF; }
p { color: rgb(45,173,255); }
H1.HeaderClassName
{
color: #2DADFF;
}
.AnyTagClassName
{
color: #2DADFF;
}
</style>
background-color css
<style>
a { background-color: #2DADFF; }
a { background-color: rgb(45,173,255); }
div.DivClassName
{
background-color: #2DADFF;
}
.BgClassName
{
background-color: #2DADFF;
}
</style>
border-color css
<style>
span { border-color: #2DADFF; }
span { border-color: rgb(45,173,255); }
td.TdClassName
{
border-color: #2DADFF;
}
.TagClassName
{
border-color: #2DADFF;
}
</style>