Shades of Dodger Blue #2781EA
Tints of Dodger Blue #2781EA
RGB
CMYK
RGB Variations
Color information
#2781EA (or 0x2781EA) is known color: Dodger Blue. HEX triplet: 27, 81 and EA. RGB value is (39,129,234). Sum of RGB (Red+Green+Blue) = 39+129+234=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #2781EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2781EA is #D87E15. Grayscale: #717171. Windows color (decimal): -14188054 or 15368487. OLE color: 15368487.
HSL color Cylindrical-coordinate representation of color #2781EA: hue angle of 212.31º degrees, saturation: 0.82, 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 #2781EA is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 129 | 234 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.08 |
| HSL | 212.31º | 0.82% | 0.54% | - |
| HSV(B) | 212.31º | 0.83% | 0.92% | - |
| XYZ | 23.54 | 22.07 | 80.86 | - |
| YUV | 114.06 | 195.68 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 234 | 0.83 | 0.45 | 0 | 0.08 | 212.31 | 0.82 | 0.54 |
| Hex | 27 | 81 | EA | 53 | 2D | 0 | 8 | D4 | 52 | 36 |
| Octal | 47 | 201 | 352 | 123 | 55 | 0 | 10 | 324 | 122 | 66 |
| Binary | 100111 | 10000001 | 11101010 | 1010011 | 101101 | 0 | 1000 | 11010100 | 1010010 | 110110 |
Color Harmonies of #2781EA
Complementary color
Monochromatic Colors of #2781EA
Black with #2781EA
Text Example
Text Example
White with #2781EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2781EA; }
p { color: rgb(39,129,234); }
H1.HeaderClassName
{
color: #2781EA;
}
.AnyTagClassName
{
color: #2781EA;
}
</style>
background-color css
<style>
a { background-color: #2781EA; }
a { background-color: rgb(39,129,234); }
div.DivClassName
{
background-color: #2781EA;
}
.BgClassName
{
background-color: #2781EA;
}
</style>
border-color css
<style>
span { border-color: #2781EA; }
span { border-color: rgb(39,129,234); }
td.TdClassName
{
border-color: #2781EA;
}
.TagClassName
{
border-color: #2781EA;
}
</style>