Shades of Dodger Blue #2779FE
Tints of Dodger Blue #2779FE
RGB
CMYK
RGB Variations
Color information
#2779FE (or 0x2779FE) is known color: Dodger Blue. HEX triplet: 27, 79 and FE. RGB value is (39,121,254). Sum of RGB (Red+Green+Blue) = 39+121+254=414 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.42% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #2779FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779FE is #D88601. Grayscale: #6F6F6F. Windows color (decimal): -14190082 or 16677159. OLE color: 16677159.
HSL color Cylindrical-coordinate representation of color #2779FE: hue angle of 217.12º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2779FE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 121 | 254 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.00 |
| HSL | 217.12º | 0.99% | 0.57% | - |
| HSV(B) | 217.12º | 0.85% | 1% | - |
| XYZ | 25.56 | 21.26 | 96.52 | - |
| YUV | 111.64 | 208.33 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 254 | 0.85 | 0.52 | 0 | 0.00 | 217.12 | 0.99 | 0.57 |
| Hex | 27 | 79 | FE | 55 | 34 | 0 | 0 | D9 | 63 | 39 |
| Octal | 47 | 171 | 376 | 125 | 64 | 0 | 0 | 331 | 143 | 71 |
| Binary | 100111 | 1111001 | 11111110 | 1010101 | 110100 | 0 | 0 | 11011001 | 1100011 | 111001 |
Color Harmonies of #2779FE
Complementary color
Monochromatic Colors of #2779FE
Black with #2779FE
Text Example
Text Example
White with #2779FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779FE; }
p { color: rgb(39,121,254); }
H1.HeaderClassName
{
color: #2779FE;
}
.AnyTagClassName
{
color: #2779FE;
}
</style>
background-color css
<style>
a { background-color: #2779FE; }
a { background-color: rgb(39,121,254); }
div.DivClassName
{
background-color: #2779FE;
}
.BgClassName
{
background-color: #2779FE;
}
</style>
border-color css
<style>
span { border-color: #2779FE; }
span { border-color: rgb(39,121,254); }
td.TdClassName
{
border-color: #2779FE;
}
.TagClassName
{
border-color: #2779FE;
}
</style>