Shades of Dodger Blue #2D96EF
Tints of Dodger Blue #2D96EF
RGB
CMYK
RGB Variations
Color information
#2D96EF (or 0x2D96EF) is known color: Dodger Blue. HEX triplet: 2D, 96 and EF. RGB value is (45,150,239). Sum of RGB (Red+Green+Blue) = 45+150+239=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D96EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D96EF is #D26910. Grayscale: #808080. Windows color (decimal): -13789457 or 15701549. OLE color: 15701549.
HSL color Cylindrical-coordinate representation of color #2D96EF: hue angle of 207.53º 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 #2D96EF is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 150 | 239 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.06 |
| HSL | 207.53º | 0.86% | 0.56% | - |
| HSV(B) | 207.53º | 0.81% | 0.94% | - |
| XYZ | 27.57 | 28.6 | 85.73 | - |
| YUV | 128.75 | 190.21 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 239 | 0.81 | 0.37 | 0 | 0.06 | 207.53 | 0.86 | 0.56 |
| Hex | 2D | 96 | EF | 51 | 25 | 0 | 6 | D0 | 56 | 38 |
| Octal | 55 | 226 | 357 | 121 | 45 | 0 | 6 | 320 | 126 | 70 |
| Binary | 101101 | 10010110 | 11101111 | 1010001 | 100101 | 0 | 110 | 11010000 | 1010110 | 111000 |
Color Harmonies of #2D96EF
Complementary color
Monochromatic Colors of #2D96EF
Black with #2D96EF
Text Example
Text Example
White with #2D96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D96EF; }
p { color: rgb(45,150,239); }
H1.HeaderClassName
{
color: #2D96EF;
}
.AnyTagClassName
{
color: #2D96EF;
}
</style>
background-color css
<style>
a { background-color: #2D96EF; }
a { background-color: rgb(45,150,239); }
div.DivClassName
{
background-color: #2D96EF;
}
.BgClassName
{
background-color: #2D96EF;
}
</style>
border-color css
<style>
span { border-color: #2D96EF; }
span { border-color: rgb(45,150,239); }
td.TdClassName
{
border-color: #2D96EF;
}
.TagClassName
{
border-color: #2D96EF;
}
</style>