Shades of Dodger Blue #2677FE
Tints of Dodger Blue #2677FE
RGB
CMYK
RGB Variations
Color information
#2677FE (or 0x2677FE) is known color: Dodger Blue. HEX triplet: 26, 77 and FE. RGB value is (38,119,254). Sum of RGB (Red+Green+Blue) = 38+119+254=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 119 (46.88% from 255 or 28.95% 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 #2677FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2677FE is #D98801. Grayscale: #6D6D6D. Windows color (decimal): -14256130 or 16676646. OLE color: 16676646.
HSL color Cylindrical-coordinate representation of color #2677FE: hue angle of 217.5º 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 #2677FE is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 119 | 254 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.00 |
| HSL | 217.5º | 0.99% | 0.57% | - |
| HSV(B) | 217.5º | 0.85% | 1% | - |
| XYZ | 25.29 | 20.76 | 96.44 | - |
| YUV | 110.17 | 209.16 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 254 | 0.85 | 0.53 | 0 | 0.00 | 217.5 | 0.99 | 0.57 |
| Hex | 26 | 77 | FE | 55 | 35 | 0 | 0 | DA | 63 | 39 |
| Octal | 46 | 167 | 376 | 125 | 65 | 0 | 0 | 332 | 143 | 71 |
| Binary | 100110 | 1110111 | 11111110 | 1010101 | 110101 | 0 | 0 | 11011010 | 1100011 | 111001 |
Color Harmonies of #2677FE
Complementary color
Monochromatic Colors of #2677FE
Black with #2677FE
Text Example
Text Example
White with #2677FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2677FE; }
p { color: rgb(38,119,254); }
H1.HeaderClassName
{
color: #2677FE;
}
.AnyTagClassName
{
color: #2677FE;
}
</style>
background-color css
<style>
a { background-color: #2677FE; }
a { background-color: rgb(38,119,254); }
div.DivClassName
{
background-color: #2677FE;
}
.BgClassName
{
background-color: #2677FE;
}
</style>
border-color css
<style>
span { border-color: #2677FE; }
span { border-color: rgb(38,119,254); }
td.TdClassName
{
border-color: #2677FE;
}
.TagClassName
{
border-color: #2677FE;
}
</style>