Shades of Dodger Blue #2D9EEF
Tints of Dodger Blue #2D9EEF
RGB
CMYK
RGB Variations
Color information
#2D9EEF (or 0x2D9EEF) is known color: Dodger Blue. HEX triplet: 2D, 9E and EF. RGB value is (45,158,239). Sum of RGB (Red+Green+Blue) = 45+158+239=442 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.18% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D9EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9EEF is #D26110. Grayscale: #858585. Windows color (decimal): -13787409 or 15703597. OLE color: 15703597.
HSL color Cylindrical-coordinate representation of color #2D9EEF: hue angle of 205.05º 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 #2D9EEF is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 158 | 239 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.06 |
| HSL | 205.05º | 0.86% | 0.56% | - |
| HSV(B) | 205.05º | 0.81% | 0.94% | - |
| XYZ | 28.89 | 31.24 | 86.17 | - |
| YUV | 133.45 | 187.56 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 239 | 0.81 | 0.34 | 0 | 0.06 | 205.05 | 0.86 | 0.56 |
| Hex | 2D | 9E | EF | 51 | 22 | 0 | 6 | CD | 56 | 38 |
| Octal | 55 | 236 | 357 | 121 | 42 | 0 | 6 | 315 | 126 | 70 |
| Binary | 101101 | 10011110 | 11101111 | 1010001 | 100010 | 0 | 110 | 11001101 | 1010110 | 111000 |
Color Harmonies of #2D9EEF
Complementary color
Monochromatic Colors of #2D9EEF
Black with #2D9EEF
Text Example
Text Example
White with #2D9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9EEF; }
p { color: rgb(45,158,239); }
H1.HeaderClassName
{
color: #2D9EEF;
}
.AnyTagClassName
{
color: #2D9EEF;
}
</style>
background-color css
<style>
a { background-color: #2D9EEF; }
a { background-color: rgb(45,158,239); }
div.DivClassName
{
background-color: #2D9EEF;
}
.BgClassName
{
background-color: #2D9EEF;
}
</style>
border-color css
<style>
span { border-color: #2D9EEF; }
span { border-color: rgb(45,158,239); }
td.TdClassName
{
border-color: #2D9EEF;
}
.TagClassName
{
border-color: #2D9EEF;
}
</style>