Shades of Dodger Blue #2776FE
Tints of Dodger Blue #2776FE
RGB
CMYK
RGB Variations
Color information
#2776FE (or 0x2776FE) is known color: Dodger Blue. HEX triplet: 27, 76 and FE. RGB value is (39,118,254). Sum of RGB (Red+Green+Blue) = 39+118+254=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #2776FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2776FE is #D88901. Grayscale: #6D6D6D. Windows color (decimal): -14190850 or 16676391. OLE color: 16676391.
HSL color Cylindrical-coordinate representation of color #2776FE: hue angle of 217.95º 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 #2776FE is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 118 | 254 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.00 |
| HSL | 217.95º | 0.99% | 0.57% | - |
| HSV(B) | 217.95º | 0.85% | 1% | - |
| XYZ | 25.2 | 20.54 | 96.4 | - |
| YUV | 109.88 | 209.33 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 254 | 0.85 | 0.54 | 0 | 0.00 | 217.95 | 0.99 | 0.57 |
| Hex | 27 | 76 | FE | 55 | 36 | 0 | 0 | DA | 63 | 39 |
| Octal | 47 | 166 | 376 | 125 | 66 | 0 | 0 | 332 | 143 | 71 |
| Binary | 100111 | 1110110 | 11111110 | 1010101 | 110110 | 0 | 0 | 11011010 | 1100011 | 111001 |
Color Harmonies of #2776FE
Complementary color
Monochromatic Colors of #2776FE
Black with #2776FE
Text Example
Text Example
White with #2776FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2776FE; }
p { color: rgb(39,118,254); }
H1.HeaderClassName
{
color: #2776FE;
}
.AnyTagClassName
{
color: #2776FE;
}
</style>
background-color css
<style>
a { background-color: #2776FE; }
a { background-color: rgb(39,118,254); }
div.DivClassName
{
background-color: #2776FE;
}
.BgClassName
{
background-color: #2776FE;
}
</style>
border-color css
<style>
span { border-color: #2776FE; }
span { border-color: rgb(39,118,254); }
td.TdClassName
{
border-color: #2776FE;
}
.TagClassName
{
border-color: #2776FE;
}
</style>