Shades of Dodger Blue #2779F4
Tints of Dodger Blue #2779F4
RGB
CMYK
RGB Variations
Color information
#2779F4 (or 0x2779F4) is known color: Dodger Blue. HEX triplet: 27, 79 and F4. RGB value is (39,121,244). Sum of RGB (Red+Green+Blue) = 39+121+244=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #2779F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779F4 is #D8860B. Grayscale: #6D6D6D. Windows color (decimal): -14190092 or 16021799. OLE color: 16021799.
HSL color Cylindrical-coordinate representation of color #2779F4: hue angle of 216º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2779F4 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 121 | 244 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.04 |
| HSL | 216º | 0.9% | 0.55% | - |
| HSV(B) | 216º | 0.84% | 0.96% | - |
| XYZ | 24 | 20.64 | 88.31 | - |
| YUV | 110.5 | 203.33 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 244 | 0.84 | 0.50 | 0 | 0.04 | 216 | 0.9 | 0.55 |
| Hex | 27 | 79 | F4 | 54 | 32 | 0 | 4 | D8 | 5A | 37 |
| Octal | 47 | 171 | 364 | 124 | 62 | 0 | 4 | 330 | 132 | 67 |
| Binary | 100111 | 1111001 | 11110100 | 1010100 | 110010 | 0 | 100 | 11011000 | 1011010 | 110111 |
Color Harmonies of #2779F4
Complementary color
Monochromatic Colors of #2779F4
Black with #2779F4
Text Example
Text Example
White with #2779F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779F4; }
p { color: rgb(39,121,244); }
H1.HeaderClassName
{
color: #2779F4;
}
.AnyTagClassName
{
color: #2779F4;
}
</style>
background-color css
<style>
a { background-color: #2779F4; }
a { background-color: rgb(39,121,244); }
div.DivClassName
{
background-color: #2779F4;
}
.BgClassName
{
background-color: #2779F4;
}
</style>
border-color css
<style>
span { border-color: #2779F4; }
span { border-color: rgb(39,121,244); }
td.TdClassName
{
border-color: #2779F4;
}
.TagClassName
{
border-color: #2779F4;
}
</style>