Shades of Dodger Blue #2677FF
Tints of Dodger Blue #2677FF
RGB
CMYK
RGB Variations
Color information
#2677FF (or 0x2677FF) is known color: Dodger Blue. HEX triplet: 26, 77 and FF. RGB value is (38,119,255). Sum of RGB (Red+Green+Blue) = 38+119+255=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #2677FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2677FF is #D98800. Grayscale: #6D6D6D. Windows color (decimal): -14256129 or 16742182. OLE color: 16742182.
HSL color Cylindrical-coordinate representation of color #2677FF: hue angle of 217.6º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2677FF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 119 | 255 | - |
| CMYK | 0.85 | 0.53 | 0 | 0 |
| HSL | 217.6º | 1% | 0.57% | - |
| HSV(B) | 217.6º | 0.85% | 1% | - |
| XYZ | 25.45 | 20.83 | 97.29 | - |
| YUV | 110.29 | 209.66 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 255 | 0.85 | 0.53 | 0 | 0 | 217.6 | 1 | 0.57 |
| Hex | 26 | 77 | FF | 55 | 35 | 0 | 0 | DA | 64 | 39 |
| Octal | 46 | 167 | 377 | 125 | 65 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100110 | 1110111 | 11111111 | 1010101 | 110101 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2677FF
Complementary color
Monochromatic Colors of #2677FF
Black with #2677FF
Text Example
Text Example
White with #2677FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2677FF; }
p { color: rgb(38,119,255); }
H1.HeaderClassName
{
color: #2677FF;
}
.AnyTagClassName
{
color: #2677FF;
}
</style>
background-color css
<style>
a { background-color: #2677FF; }
a { background-color: rgb(38,119,255); }
div.DivClassName
{
background-color: #2677FF;
}
.BgClassName
{
background-color: #2677FF;
}
</style>
border-color css
<style>
span { border-color: #2677FF; }
span { border-color: rgb(38,119,255); }
td.TdClassName
{
border-color: #2677FF;
}
.TagClassName
{
border-color: #2677FF;
}
</style>