Shades of Dodger Blue #2DA4FF
Tints of Dodger Blue #2DA4FF
RGB
CMYK
RGB Variations
Color information
#2DA4FF (or 0x2DA4FF) is known color: Dodger Blue. HEX triplet: 2D, A4 and FF. RGB value is (45,164,255). Sum of RGB (Red+Green+Blue) = 45+164+255=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #2DA4FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA4FF is #D25B00. Grayscale: #8A8A8A. Windows color (decimal): -13785857 or 16753709. OLE color: 16753709.
HSL color Cylindrical-coordinate representation of color #2DA4FF: hue angle of 206º 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 #2DA4FF is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 164 | 255 | - |
| CMYK | 0.82 | 0.36 | 0 | 0 |
| HSL | 206º | 1% | 0.59% | - |
| HSV(B) | 206º | 0.82% | 1% | - |
| XYZ | 32.41 | 34.33 | 99.53 | - |
| YUV | 138.79 | 193.58 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 255 | 0.82 | 0.36 | 0 | 0 | 206 | 1 | 0.59 |
| Hex | 2D | A4 | FF | 52 | 24 | 0 | 0 | CE | 64 | 3B |
| Octal | 55 | 244 | 377 | 122 | 44 | 0 | 0 | 316 | 144 | 73 |
| Binary | 101101 | 10100100 | 11111111 | 1010010 | 100100 | 0 | 0 | 11001110 | 1100100 | 111011 |
Color Harmonies of #2DA4FF
Complementary color
Monochromatic Colors of #2DA4FF
Black with #2DA4FF
Text Example
Text Example
White with #2DA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA4FF; }
p { color: rgb(45,164,255); }
H1.HeaderClassName
{
color: #2DA4FF;
}
.AnyTagClassName
{
color: #2DA4FF;
}
</style>
background-color css
<style>
a { background-color: #2DA4FF; }
a { background-color: rgb(45,164,255); }
div.DivClassName
{
background-color: #2DA4FF;
}
.BgClassName
{
background-color: #2DA4FF;
}
</style>
border-color css
<style>
span { border-color: #2DA4FF; }
span { border-color: rgb(45,164,255); }
td.TdClassName
{
border-color: #2DA4FF;
}
.TagClassName
{
border-color: #2DA4FF;
}
</style>