Shades of Dodger Blue #2794FF
Tints of Dodger Blue #2794FF
RGB
CMYK
RGB Variations
Color information
#2794FF (or 0x2794FF) is known color: Dodger Blue. HEX triplet: 27, 94 and FF. RGB value is (39,148,255). Sum of RGB (Red+Green+Blue) = 39+148+255=442 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.82% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #2794FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2794FF is #D86B00. Grayscale: #7F7F7F. Windows color (decimal): -14183169 or 16749607. OLE color: 16749607.
HSL color Cylindrical-coordinate representation of color #2794FF: hue angle of 209.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2794FF is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 148 | 255 | - |
| CMYK | 0.85 | 0.42 | 0 | 0 |
| HSL | 209.72º | 1% | 0.58% | - |
| HSV(B) | 209.72º | 0.85% | 1% | - |
| XYZ | 29.48 | 28.83 | 98.62 | - |
| YUV | 127.61 | 199.89 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 255 | 0.85 | 0.42 | 0 | 0 | 209.72 | 1 | 0.58 |
| Hex | 27 | 94 | FF | 55 | 2A | 0 | 0 | D2 | 64 | 3A |
| Octal | 47 | 224 | 377 | 125 | 52 | 0 | 0 | 322 | 144 | 72 |
| Binary | 100111 | 10010100 | 11111111 | 1010101 | 101010 | 0 | 0 | 11010010 | 1100100 | 111010 |
Color Harmonies of #2794FF
Complementary color
Monochromatic Colors of #2794FF
Black with #2794FF
Text Example
Text Example
White with #2794FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2794FF; }
p { color: rgb(39,148,255); }
H1.HeaderClassName
{
color: #2794FF;
}
.AnyTagClassName
{
color: #2794FF;
}
</style>
background-color css
<style>
a { background-color: #2794FF; }
a { background-color: rgb(39,148,255); }
div.DivClassName
{
background-color: #2794FF;
}
.BgClassName
{
background-color: #2794FF;
}
</style>
border-color css
<style>
span { border-color: #2794FF; }
span { border-color: rgb(39,148,255); }
td.TdClassName
{
border-color: #2794FF;
}
.TagClassName
{
border-color: #2794FF;
}
</style>