Shades of Dodger Blue #2795EA
Tints of Dodger Blue #2795EA
RGB
CMYK
RGB Variations
Color information
#2795EA (or 0x2795EA) is known color: Dodger Blue. HEX triplet: 27, 95 and EA. RGB value is (39,149,234). Sum of RGB (Red+Green+Blue) = 39+149+234=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #2795EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2795EA is #D86A15. Grayscale: #7D7D7D. Windows color (decimal): -14182934 or 15373607. OLE color: 15373607.
HSL color Cylindrical-coordinate representation of color #2795EA: hue angle of 206.15º 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 #2795EA is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 149 | 234 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.08 |
| HSL | 206.15º | 0.82% | 0.54% | - |
| HSV(B) | 206.15º | 0.83% | 0.92% | - |
| XYZ | 26.44 | 27.87 | 81.83 | - |
| YUV | 125.8 | 189.06 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 234 | 0.83 | 0.36 | 0 | 0.08 | 206.15 | 0.82 | 0.54 |
| Hex | 27 | 95 | EA | 53 | 24 | 0 | 8 | CE | 52 | 36 |
| Octal | 47 | 225 | 352 | 123 | 44 | 0 | 10 | 316 | 122 | 66 |
| Binary | 100111 | 10010101 | 11101010 | 1010011 | 100100 | 0 | 1000 | 11001110 | 1010010 | 110110 |
Color Harmonies of #2795EA
Complementary color
Monochromatic Colors of #2795EA
Black with #2795EA
Text Example
Text Example
White with #2795EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795EA; }
p { color: rgb(39,149,234); }
H1.HeaderClassName
{
color: #2795EA;
}
.AnyTagClassName
{
color: #2795EA;
}
</style>
background-color css
<style>
a { background-color: #2795EA; }
a { background-color: rgb(39,149,234); }
div.DivClassName
{
background-color: #2795EA;
}
.BgClassName
{
background-color: #2795EA;
}
</style>
border-color css
<style>
span { border-color: #2795EA; }
span { border-color: rgb(39,149,234); }
td.TdClassName
{
border-color: #2795EA;
}
.TagClassName
{
border-color: #2795EA;
}
</style>