Shades of Dodger Blue #2786EA
Tints of Dodger Blue #2786EA
RGB
CMYK
RGB Variations
Color information
#2786EA (or 0x2786EA) is known color: Dodger Blue. HEX triplet: 27, 86 and EA. RGB value is (39,134,234). Sum of RGB (Red+Green+Blue) = 39+134+234=407 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.58% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #2786EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2786EA is #D87915. Grayscale: #747474. Windows color (decimal): -14186774 or 15369767. OLE color: 15369767.
HSL color Cylindrical-coordinate representation of color #2786EA: hue angle of 210.77º 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 #2786EA is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 134 | 234 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.08 |
| HSL | 210.77º | 0.82% | 0.54% | - |
| HSV(B) | 210.77º | 0.83% | 0.92% | - |
| XYZ | 24.21 | 23.42 | 81.09 | - |
| YUV | 117 | 194.03 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 234 | 0.83 | 0.43 | 0 | 0.08 | 210.77 | 0.82 | 0.54 |
| Hex | 27 | 86 | EA | 53 | 2B | 0 | 8 | D3 | 52 | 36 |
| Octal | 47 | 206 | 352 | 123 | 53 | 0 | 10 | 323 | 122 | 66 |
| Binary | 100111 | 10000110 | 11101010 | 1010011 | 101011 | 0 | 1000 | 11010011 | 1010010 | 110110 |
Color Harmonies of #2786EA
Complementary color
Monochromatic Colors of #2786EA
Black with #2786EA
Text Example
Text Example
White with #2786EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2786EA; }
p { color: rgb(39,134,234); }
H1.HeaderClassName
{
color: #2786EA;
}
.AnyTagClassName
{
color: #2786EA;
}
</style>
background-color css
<style>
a { background-color: #2786EA; }
a { background-color: rgb(39,134,234); }
div.DivClassName
{
background-color: #2786EA;
}
.BgClassName
{
background-color: #2786EA;
}
</style>
border-color css
<style>
span { border-color: #2786EA; }
span { border-color: rgb(39,134,234); }
td.TdClassName
{
border-color: #2786EA;
}
.TagClassName
{
border-color: #2786EA;
}
</style>