Shades of Dodger Blue #2DAAFE
Tints of Dodger Blue #2DAAFE
RGB
CMYK
RGB Variations
Color information
#2DAAFE (or 0x2DAAFE) is known color: Dodger Blue. HEX triplet: 2D, AA and FE. RGB value is (45,170,254). Sum of RGB (Red+Green+Blue) = 45+170+254=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DAAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DAAFE is #D25501. Grayscale: #8D8D8D. Windows color (decimal): -13784322 or 16689709. OLE color: 16689709.
HSL color Cylindrical-coordinate representation of color #2DAAFE: hue angle of 204.11º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DAAFE is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 170 | 254 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.00 |
| HSL | 204.11º | 0.99% | 0.59% | - |
| HSV(B) | 204.11º | 0.82% | 1% | - |
| XYZ | 33.35 | 36.46 | 99.05 | - |
| YUV | 142.2 | 191.09 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 254 | 0.82 | 0.33 | 0 | 0.00 | 204.11 | 0.99 | 0.59 |
| Hex | 2D | AA | FE | 52 | 21 | 0 | 0 | CC | 63 | 3B |
| Octal | 55 | 252 | 376 | 122 | 41 | 0 | 0 | 314 | 143 | 73 |
| Binary | 101101 | 10101010 | 11111110 | 1010010 | 100001 | 0 | 0 | 11001100 | 1100011 | 111011 |
Color Harmonies of #2DAAFE
Complementary color
Monochromatic Colors of #2DAAFE
Black with #2DAAFE
Text Example
Text Example
White with #2DAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAAFE; }
p { color: rgb(45,170,254); }
H1.HeaderClassName
{
color: #2DAAFE;
}
.AnyTagClassName
{
color: #2DAAFE;
}
</style>
background-color css
<style>
a { background-color: #2DAAFE; }
a { background-color: rgb(45,170,254); }
div.DivClassName
{
background-color: #2DAAFE;
}
.BgClassName
{
background-color: #2DAAFE;
}
</style>
border-color css
<style>
span { border-color: #2DAAFE; }
span { border-color: rgb(45,170,254); }
td.TdClassName
{
border-color: #2DAAFE;
}
.TagClassName
{
border-color: #2DAAFE;
}
</style>