Shades of Dodger Blue #2D9DFA
Tints of Dodger Blue #2D9DFA
RGB
CMYK
RGB Variations
Color information
#2D9DFA (or 0x2D9DFA) is known color: Dodger Blue. HEX triplet: 2D, 9D and FA. RGB value is (45,157,250). Sum of RGB (Red+Green+Blue) = 45+157+250=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D9DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9DFA is #D26205. Grayscale: #858585. Windows color (decimal): -13787654 or 16424237. OLE color: 16424237.
HSL color Cylindrical-coordinate representation of color #2D9DFA: hue angle of 207.22º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D9DFA is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 157 | 250 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.02 |
| HSL | 207.22º | 0.95% | 0.58% | - |
| HSV(B) | 207.22º | 0.82% | 0.98% | - |
| XYZ | 30.39 | 31.57 | 94.93 | - |
| YUV | 134.11 | 193.39 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 250 | 0.82 | 0.37 | 0 | 0.02 | 207.22 | 0.95 | 0.58 |
| Hex | 2D | 9D | FA | 52 | 25 | 0 | 2 | CF | 5F | 3A |
| Octal | 55 | 235 | 372 | 122 | 45 | 0 | 2 | 317 | 137 | 72 |
| Binary | 101101 | 10011101 | 11111010 | 1010010 | 100101 | 0 | 10 | 11001111 | 1011111 | 111010 |
Color Harmonies of #2D9DFA
Complementary color
Monochromatic Colors of #2D9DFA
Black with #2D9DFA
Text Example
Text Example
White with #2D9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9DFA; }
p { color: rgb(45,157,250); }
H1.HeaderClassName
{
color: #2D9DFA;
}
.AnyTagClassName
{
color: #2D9DFA;
}
</style>
background-color css
<style>
a { background-color: #2D9DFA; }
a { background-color: rgb(45,157,250); }
div.DivClassName
{
background-color: #2D9DFA;
}
.BgClassName
{
background-color: #2D9DFA;
}
</style>
border-color css
<style>
span { border-color: #2D9DFA; }
span { border-color: rgb(45,157,250); }
td.TdClassName
{
border-color: #2D9DFA;
}
.TagClassName
{
border-color: #2D9DFA;
}
</style>