Shades of Dodger Blue #2D9FFA
Tints of Dodger Blue #2D9FFA
RGB
CMYK
RGB Variations
Color information
#2D9FFA (or 0x2D9FFA) is known color: Dodger Blue. HEX triplet: 2D, 9F and FA. RGB value is (45,159,250). Sum of RGB (Red+Green+Blue) = 45+159+250=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D9FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9FFA is #D26005. Grayscale: #868686. Windows color (decimal): -13787142 or 16424749. OLE color: 16424749.
HSL color Cylindrical-coordinate representation of color #2D9FFA: hue angle of 206.63º 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 #2D9FFA is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 159 | 250 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.02 |
| HSL | 206.63º | 0.95% | 0.58% | - |
| HSV(B) | 206.63º | 0.82% | 0.98% | - |
| XYZ | 30.74 | 32.26 | 95.05 | - |
| YUV | 135.29 | 192.73 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 250 | 0.82 | 0.36 | 0 | 0.02 | 206.63 | 0.95 | 0.58 |
| Hex | 2D | 9F | FA | 52 | 24 | 0 | 2 | CF | 5F | 3A |
| Octal | 55 | 237 | 372 | 122 | 44 | 0 | 2 | 317 | 137 | 72 |
| Binary | 101101 | 10011111 | 11111010 | 1010010 | 100100 | 0 | 10 | 11001111 | 1011111 | 111010 |
Color Harmonies of #2D9FFA
Complementary color
Monochromatic Colors of #2D9FFA
Black with #2D9FFA
Text Example
Text Example
White with #2D9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9FFA; }
p { color: rgb(45,159,250); }
H1.HeaderClassName
{
color: #2D9FFA;
}
.AnyTagClassName
{
color: #2D9FFA;
}
</style>
background-color css
<style>
a { background-color: #2D9FFA; }
a { background-color: rgb(45,159,250); }
div.DivClassName
{
background-color: #2D9FFA;
}
.BgClassName
{
background-color: #2D9FFA;
}
</style>
border-color css
<style>
span { border-color: #2D9FFA; }
span { border-color: rgb(45,159,250); }
td.TdClassName
{
border-color: #2D9FFA;
}
.TagClassName
{
border-color: #2D9FFA;
}
</style>