Shades of Dodger Blue #2D8EFC
Tints of Dodger Blue #2D8EFC
RGB
CMYK
RGB Variations
Color information
#2D8EFC (or 0x2D8EFC) is known color: Dodger Blue. HEX triplet: 2D, 8E and FC. RGB value is (45,142,252). Sum of RGB (Red+Green+Blue) = 45+142+252=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D8EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D8EFC is #D27103. Grayscale: #7D7D7D. Windows color (decimal): -13791492 or 16551469. OLE color: 16551469.
HSL color Cylindrical-coordinate representation of color #2D8EFC: hue angle of 211.88º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D8EFC is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 142 | 252 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.01 |
| HSL | 211.88º | 0.97% | 0.58% | - |
| HSV(B) | 211.88º | 0.82% | 0.99% | - |
| XYZ | 28.33 | 26.93 | 95.8 | - |
| YUV | 125.54 | 199.36 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 142 | 252 | 0.82 | 0.44 | 0 | 0.01 | 211.88 | 0.97 | 0.58 |
| Hex | 2D | 8E | FC | 52 | 2C | 0 | 1 | D4 | 61 | 3A |
| Octal | 55 | 216 | 374 | 122 | 54 | 0 | 1 | 324 | 141 | 72 |
| Binary | 101101 | 10001110 | 11111100 | 1010010 | 101100 | 0 | 1 | 11010100 | 1100001 | 111010 |
Color Harmonies of #2D8EFC
Complementary color
Monochromatic Colors of #2D8EFC
Black with #2D8EFC
Text Example
Text Example
White with #2D8EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8EFC; }
p { color: rgb(45,142,252); }
H1.HeaderClassName
{
color: #2D8EFC;
}
.AnyTagClassName
{
color: #2D8EFC;
}
</style>
background-color css
<style>
a { background-color: #2D8EFC; }
a { background-color: rgb(45,142,252); }
div.DivClassName
{
background-color: #2D8EFC;
}
.BgClassName
{
background-color: #2D8EFC;
}
</style>
border-color css
<style>
span { border-color: #2D8EFC; }
span { border-color: rgb(45,142,252); }
td.TdClassName
{
border-color: #2D8EFC;
}
.TagClassName
{
border-color: #2D8EFC;
}
</style>