Shades of Dodger Blue #2DADFE
Tints of Dodger Blue #2DADFE
RGB
CMYK
RGB Variations
Color information
#2DADFE (or 0x2DADFE) is known color: Dodger Blue. HEX triplet: 2D, AD and FE. RGB value is (45,173,254). Sum of RGB (Red+Green+Blue) = 45+173+254=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DADFE is #D25201. Grayscale: #8F8F8F. Windows color (decimal): -13783554 or 16690477. OLE color: 16690477.
HSL color Cylindrical-coordinate representation of color #2DADFE: hue angle of 203.25º 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 #2DADFE is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 173 | 254 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.00 |
| HSL | 203.25º | 0.99% | 0.59% | - |
| HSV(B) | 203.25º | 0.82% | 1% | - |
| XYZ | 33.92 | 37.6 | 99.24 | - |
| YUV | 143.96 | 190.09 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 254 | 0.82 | 0.32 | 0 | 0.00 | 203.25 | 0.99 | 0.59 |
| Hex | 2D | AD | FE | 52 | 20 | 0 | 0 | CB | 63 | 3B |
| Octal | 55 | 255 | 376 | 122 | 40 | 0 | 0 | 313 | 143 | 73 |
| Binary | 101101 | 10101101 | 11111110 | 1010010 | 100000 | 0 | 0 | 11001011 | 1100011 | 111011 |
Color Harmonies of #2DADFE
Complementary color
Monochromatic Colors of #2DADFE
Black with #2DADFE
Text Example
Text Example
White with #2DADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADFE; }
p { color: rgb(45,173,254); }
H1.HeaderClassName
{
color: #2DADFE;
}
.AnyTagClassName
{
color: #2DADFE;
}
</style>
background-color css
<style>
a { background-color: #2DADFE; }
a { background-color: rgb(45,173,254); }
div.DivClassName
{
background-color: #2DADFE;
}
.BgClassName
{
background-color: #2DADFE;
}
</style>
border-color css
<style>
span { border-color: #2DADFE; }
span { border-color: rgb(45,173,254); }
td.TdClassName
{
border-color: #2DADFE;
}
.TagClassName
{
border-color: #2DADFE;
}
</style>