Shades of Dodger Blue #2678FE
Tints of Dodger Blue #2678FE
RGB
CMYK
RGB Variations
Color information
#2678FE (or 0x2678FE) is known color: Dodger Blue. HEX triplet: 26, 78 and FE. RGB value is (38,120,254). Sum of RGB (Red+Green+Blue) = 38+120+254=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #2678FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2678FE is #D98701. Grayscale: #6E6E6E. Windows color (decimal): -14255874 or 16676902. OLE color: 16676902.
HSL color Cylindrical-coordinate representation of color #2678FE: hue angle of 217.22º 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 #2678FE is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 120 | 254 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.00 |
| HSL | 217.22º | 0.99% | 0.57% | - |
| HSV(B) | 217.22º | 0.85% | 1% | - |
| XYZ | 25.41 | 21 | 96.48 | - |
| YUV | 110.76 | 208.83 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 120 | 254 | 0.85 | 0.53 | 0 | 0.00 | 217.22 | 0.99 | 0.57 |
| Hex | 26 | 78 | FE | 55 | 35 | 0 | 0 | D9 | 63 | 39 |
| Octal | 46 | 170 | 376 | 125 | 65 | 0 | 0 | 331 | 143 | 71 |
| Binary | 100110 | 1111000 | 11111110 | 1010101 | 110101 | 0 | 0 | 11011001 | 1100011 | 111001 |
Color Harmonies of #2678FE
Complementary color
Monochromatic Colors of #2678FE
Black with #2678FE
Text Example
Text Example
White with #2678FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2678FE; }
p { color: rgb(38,120,254); }
H1.HeaderClassName
{
color: #2678FE;
}
.AnyTagClassName
{
color: #2678FE;
}
</style>
background-color css
<style>
a { background-color: #2678FE; }
a { background-color: rgb(38,120,254); }
div.DivClassName
{
background-color: #2678FE;
}
.BgClassName
{
background-color: #2678FE;
}
</style>
border-color css
<style>
span { border-color: #2678FE; }
span { border-color: rgb(38,120,254); }
td.TdClassName
{
border-color: #2678FE;
}
.TagClassName
{
border-color: #2678FE;
}
</style>