Shades of Dodger Blue #2D9FEF
Tints of Dodger Blue #2D9FEF
RGB
CMYK
RGB Variations
Color information
#2D9FEF (or 0x2D9FEF) is known color: Dodger Blue. HEX triplet: 2D, 9F and EF. RGB value is (45,159,239). Sum of RGB (Red+Green+Blue) = 45+159+239=443 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.16% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D9FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9FEF is #D26010. Grayscale: #858585. Windows color (decimal): -13787153 or 15703853. OLE color: 15703853.
HSL color Cylindrical-coordinate representation of color #2D9FEF: hue angle of 204.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D9FEF is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 159 | 239 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.06 |
| HSL | 204.74º | 0.86% | 0.56% | - |
| HSV(B) | 204.74º | 0.81% | 0.94% | - |
| XYZ | 29.06 | 31.59 | 86.23 | - |
| YUV | 134.03 | 187.23 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 239 | 0.81 | 0.33 | 0 | 0.06 | 204.74 | 0.86 | 0.56 |
| Hex | 2D | 9F | EF | 51 | 21 | 0 | 6 | CD | 56 | 38 |
| Octal | 55 | 237 | 357 | 121 | 41 | 0 | 6 | 315 | 126 | 70 |
| Binary | 101101 | 10011111 | 11101111 | 1010001 | 100001 | 0 | 110 | 11001101 | 1010110 | 111000 |
Color Harmonies of #2D9FEF
Complementary color
Monochromatic Colors of #2D9FEF
Black with #2D9FEF
Text Example
Text Example
White with #2D9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9FEF; }
p { color: rgb(45,159,239); }
H1.HeaderClassName
{
color: #2D9FEF;
}
.AnyTagClassName
{
color: #2D9FEF;
}
</style>
background-color css
<style>
a { background-color: #2D9FEF; }
a { background-color: rgb(45,159,239); }
div.DivClassName
{
background-color: #2D9FEF;
}
.BgClassName
{
background-color: #2D9FEF;
}
</style>
border-color css
<style>
span { border-color: #2D9FEF; }
span { border-color: rgb(45,159,239); }
td.TdClassName
{
border-color: #2D9FEF;
}
.TagClassName
{
border-color: #2D9FEF;
}
</style>