Shades of Dodger Blue #2791EA
Tints of Dodger Blue #2791EA
RGB
CMYK
RGB Variations
Color information
#2791EA (or 0x2791EA) is known color: Dodger Blue. HEX triplet: 27, 91 and EA. RGB value is (39,145,234). Sum of RGB (Red+Green+Blue) = 39+145+234=418 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.33% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #2791EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2791EA is #D86E15. Grayscale: #7A7A7A. Windows color (decimal): -14183958 or 15372583. OLE color: 15372583.
HSL color Cylindrical-coordinate representation of color #2791EA: hue angle of 207.38º 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 #2791EA is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 145 | 234 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.08 |
| HSL | 207.38º | 0.82% | 0.54% | - |
| HSV(B) | 207.38º | 0.83% | 0.92% | - |
| XYZ | 25.81 | 26.62 | 81.62 | - |
| YUV | 123.45 | 190.38 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 234 | 0.83 | 0.38 | 0 | 0.08 | 207.38 | 0.82 | 0.54 |
| Hex | 27 | 91 | EA | 53 | 26 | 0 | 8 | CF | 52 | 36 |
| Octal | 47 | 221 | 352 | 123 | 46 | 0 | 10 | 317 | 122 | 66 |
| Binary | 100111 | 10010001 | 11101010 | 1010011 | 100110 | 0 | 1000 | 11001111 | 1010010 | 110110 |
Color Harmonies of #2791EA
Complementary color
Monochromatic Colors of #2791EA
Black with #2791EA
Text Example
Text Example
White with #2791EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2791EA; }
p { color: rgb(39,145,234); }
H1.HeaderClassName
{
color: #2791EA;
}
.AnyTagClassName
{
color: #2791EA;
}
</style>
background-color css
<style>
a { background-color: #2791EA; }
a { background-color: rgb(39,145,234); }
div.DivClassName
{
background-color: #2791EA;
}
.BgClassName
{
background-color: #2791EA;
}
</style>
border-color css
<style>
span { border-color: #2791EA; }
span { border-color: rgb(39,145,234); }
td.TdClassName
{
border-color: #2791EA;
}
.TagClassName
{
border-color: #2791EA;
}
</style>