Shades of Dodger Blue #2781EB
Tints of Dodger Blue #2781EB
RGB
CMYK
RGB Variations
Color information
#2781EB (or 0x2781EB) is known color: Dodger Blue. HEX triplet: 27, 81 and EB. RGB value is (39,129,235). Sum of RGB (Red+Green+Blue) = 39+129+235=403 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.68% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #2781EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2781EB is #D87E14. Grayscale: #717171. Windows color (decimal): -14188053 or 15434023. OLE color: 15434023.
HSL color Cylindrical-coordinate representation of color #2781EB: hue angle of 212.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2781EB is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 129 | 235 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.08 |
| HSL | 212.45º | 0.83% | 0.54% | - |
| HSV(B) | 212.45º | 0.83% | 0.92% | - |
| XYZ | 23.68 | 22.13 | 81.62 | - |
| YUV | 114.17 | 196.18 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 235 | 0.83 | 0.45 | 0 | 0.08 | 212.45 | 0.83 | 0.54 |
| Hex | 27 | 81 | EB | 53 | 2D | 0 | 8 | D4 | 53 | 36 |
| Octal | 47 | 201 | 353 | 123 | 55 | 0 | 10 | 324 | 123 | 66 |
| Binary | 100111 | 10000001 | 11101011 | 1010011 | 101101 | 0 | 1000 | 11010100 | 1010011 | 110110 |
Color Harmonies of #2781EB
Complementary color
Monochromatic Colors of #2781EB
Black with #2781EB
Text Example
Text Example
White with #2781EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2781EB; }
p { color: rgb(39,129,235); }
H1.HeaderClassName
{
color: #2781EB;
}
.AnyTagClassName
{
color: #2781EB;
}
</style>
background-color css
<style>
a { background-color: #2781EB; }
a { background-color: rgb(39,129,235); }
div.DivClassName
{
background-color: #2781EB;
}
.BgClassName
{
background-color: #2781EB;
}
</style>
border-color css
<style>
span { border-color: #2781EB; }
span { border-color: rgb(39,129,235); }
td.TdClassName
{
border-color: #2781EB;
}
.TagClassName
{
border-color: #2781EB;
}
</style>