Shades of Dodger Blue #2778F5
Tints of Dodger Blue #2778F5
RGB
CMYK
RGB Variations
Color information
#2778F5 (or 0x2778F5) is known color: Dodger Blue. HEX triplet: 27, 78 and F5. RGB value is (39,120,245). Sum of RGB (Red+Green+Blue) = 39+120+245=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #2778F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2778F5 is #D8870A. Grayscale: #6D6D6D. Windows color (decimal): -14190347 or 16087079. OLE color: 16087079.
HSL color Cylindrical-coordinate representation of color #2778F5: hue angle of 216.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2778F5 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 120 | 245 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.04 |
| HSL | 216.41º | 0.91% | 0.56% | - |
| HSV(B) | 216.41º | 0.84% | 0.96% | - |
| XYZ | 24.03 | 20.46 | 89.07 | - |
| YUV | 110.03 | 204.16 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 245 | 0.84 | 0.51 | 0 | 0.04 | 216.41 | 0.91 | 0.56 |
| Hex | 27 | 78 | F5 | 54 | 33 | 0 | 4 | D8 | 5B | 38 |
| Octal | 47 | 170 | 365 | 124 | 63 | 0 | 4 | 330 | 133 | 70 |
| Binary | 100111 | 1111000 | 11110101 | 1010100 | 110011 | 0 | 100 | 11011000 | 1011011 | 111000 |
Color Harmonies of #2778F5
Complementary color
Monochromatic Colors of #2778F5
Black with #2778F5
Text Example
Text Example
White with #2778F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2778F5; }
p { color: rgb(39,120,245); }
H1.HeaderClassName
{
color: #2778F5;
}
.AnyTagClassName
{
color: #2778F5;
}
</style>
background-color css
<style>
a { background-color: #2778F5; }
a { background-color: rgb(39,120,245); }
div.DivClassName
{
background-color: #2778F5;
}
.BgClassName
{
background-color: #2778F5;
}
</style>
border-color css
<style>
span { border-color: #2778F5; }
span { border-color: rgb(39,120,245); }
td.TdClassName
{
border-color: #2778F5;
}
.TagClassName
{
border-color: #2778F5;
}
</style>