Shades of Dodger Blue #2D84EF
Tints of Dodger Blue #2D84EF
RGB
CMYK
RGB Variations
Color information
#2D84EF (or 0x2D84EF) is known color: Dodger Blue. HEX triplet: 2D, 84 and EF. RGB value is (45,132,239). Sum of RGB (Red+Green+Blue) = 45+132+239=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D84EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D84EF is #D27B10. Grayscale: #757575. Windows color (decimal): -13794065 or 15696941. OLE color: 15696941.
HSL color Cylindrical-coordinate representation of color #2D84EF: hue angle of 213.09º 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 #2D84EF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 132 | 239 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.06 |
| HSL | 213.09º | 0.86% | 0.56% | - |
| HSV(B) | 213.09º | 0.81% | 0.94% | - |
| XYZ | 24.91 | 23.29 | 84.84 | - |
| YUV | 118.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 239 | 0.81 | 0.45 | 0 | 0.06 | 213.09 | 0.86 | 0.56 |
| Hex | 2D | 84 | EF | 51 | 2D | 0 | 6 | D5 | 56 | 38 |
| Octal | 55 | 204 | 357 | 121 | 55 | 0 | 6 | 325 | 126 | 70 |
| Binary | 101101 | 10000100 | 11101111 | 1010001 | 101101 | 0 | 110 | 11010101 | 1010110 | 111000 |
Color Harmonies of #2D84EF
Complementary color
Monochromatic Colors of #2D84EF
Black with #2D84EF
Text Example
Text Example
White with #2D84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D84EF; }
p { color: rgb(45,132,239); }
H1.HeaderClassName
{
color: #2D84EF;
}
.AnyTagClassName
{
color: #2D84EF;
}
</style>
background-color css
<style>
a { background-color: #2D84EF; }
a { background-color: rgb(45,132,239); }
div.DivClassName
{
background-color: #2D84EF;
}
.BgClassName
{
background-color: #2D84EF;
}
</style>
border-color css
<style>
span { border-color: #2D84EF; }
span { border-color: rgb(45,132,239); }
td.TdClassName
{
border-color: #2D84EF;
}
.TagClassName
{
border-color: #2D84EF;
}
</style>