Shades of Dodger Blue #2675EE
Tints of Dodger Blue #2675EE
RGB
CMYK
RGB Variations
Color information
#2675EE (or 0x2675EE) is known color: Dodger Blue. HEX triplet: 26, 75 and EE. RGB value is (38,117,238). Sum of RGB (Red+Green+Blue) = 38+117+238=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #2675EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2675EE is #D98A11. Grayscale: #6A6A6A. Windows color (decimal): -14256658 or 15627558. OLE color: 15627558.
HSL color Cylindrical-coordinate representation of color #2675EE: hue angle of 216.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2675EE is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 117 | 238 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.07 |
| HSL | 216.3º | 0.85% | 0.54% | - |
| HSV(B) | 216.3º | 0.84% | 0.93% | - |
| XYZ | 22.59 | 19.31 | 83.42 | - |
| YUV | 107.17 | 201.83 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 238 | 0.84 | 0.51 | 0 | 0.07 | 216.3 | 0.85 | 0.54 |
| Hex | 26 | 75 | EE | 54 | 33 | 0 | 7 | D8 | 55 | 36 |
| Octal | 46 | 165 | 356 | 124 | 63 | 0 | 7 | 330 | 125 | 66 |
| Binary | 100110 | 1110101 | 11101110 | 1010100 | 110011 | 0 | 111 | 11011000 | 1010101 | 110110 |
Color Harmonies of #2675EE
Complementary color
Monochromatic Colors of #2675EE
Black with #2675EE
Text Example
Text Example
White with #2675EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675EE; }
p { color: rgb(38,117,238); }
H1.HeaderClassName
{
color: #2675EE;
}
.AnyTagClassName
{
color: #2675EE;
}
</style>
background-color css
<style>
a { background-color: #2675EE; }
a { background-color: rgb(38,117,238); }
div.DivClassName
{
background-color: #2675EE;
}
.BgClassName
{
background-color: #2675EE;
}
</style>
border-color css
<style>
span { border-color: #2675EE; }
span { border-color: rgb(38,117,238); }
td.TdClassName
{
border-color: #2675EE;
}
.TagClassName
{
border-color: #2675EE;
}
</style>