Shades of Dodger Blue #2676FF
Tints of Dodger Blue #2676FF
RGB
CMYK
RGB Variations
Color information
#2676FF (or 0x2676FF) is known color: Dodger Blue. HEX triplet: 26, 76 and FF. RGB value is (38,118,255). Sum of RGB (Red+Green+Blue) = 38+118+255=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #2676FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2676FF is #D98900. Grayscale: #6D6D6D. Windows color (decimal): -14256385 or 16741926. OLE color: 16741926.
HSL color Cylindrical-coordinate representation of color #2676FF: hue angle of 217.88º 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 #2676FF is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 118 | 255 | - |
| CMYK | 0.85 | 0.54 | 0 | 0 |
| HSL | 217.88º | 1% | 0.57% | - |
| HSV(B) | 217.88º | 0.85% | 1% | - |
| XYZ | 25.33 | 20.59 | 97.25 | - |
| YUV | 109.7 | 210 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 255 | 0.85 | 0.54 | 0 | 0 | 217.88 | 1 | 0.57 |
| Hex | 26 | 76 | FF | 55 | 36 | 0 | 0 | DA | 64 | 39 |
| Octal | 46 | 166 | 377 | 125 | 66 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100110 | 1110110 | 11111111 | 1010101 | 110110 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2676FF
Complementary color
Monochromatic Colors of #2676FF
Black with #2676FF
Text Example
Text Example
White with #2676FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2676FF; }
p { color: rgb(38,118,255); }
H1.HeaderClassName
{
color: #2676FF;
}
.AnyTagClassName
{
color: #2676FF;
}
</style>
background-color css
<style>
a { background-color: #2676FF; }
a { background-color: rgb(38,118,255); }
div.DivClassName
{
background-color: #2676FF;
}
.BgClassName
{
background-color: #2676FF;
}
</style>
border-color css
<style>
span { border-color: #2676FF; }
span { border-color: rgb(38,118,255); }
td.TdClassName
{
border-color: #2676FF;
}
.TagClassName
{
border-color: #2676FF;
}
</style>