Shades of Dodger Blue #2675EF
Tints of Dodger Blue #2675EF
RGB
CMYK
RGB Variations
Color information
#2675EF (or 0x2675EF) is known color: Dodger Blue. HEX triplet: 26, 75 and EF. RGB value is (38,117,239). Sum of RGB (Red+Green+Blue) = 38+117+239=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #2675EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2675EF is #D98A10. Grayscale: #6A6A6A. Windows color (decimal): -14256657 or 15693094. OLE color: 15693094.
HSL color Cylindrical-coordinate representation of color #2675EF: hue angle of 216.42º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2675EF is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 117 | 239 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.06 |
| HSL | 216.42º | 0.86% | 0.54% | - |
| HSV(B) | 216.42º | 0.84% | 0.94% | - |
| XYZ | 22.74 | 19.37 | 84.2 | - |
| YUV | 107.29 | 202.33 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 239 | 0.84 | 0.51 | 0 | 0.06 | 216.42 | 0.86 | 0.54 |
| Hex | 26 | 75 | EF | 54 | 33 | 0 | 6 | D8 | 56 | 36 |
| Octal | 46 | 165 | 357 | 124 | 63 | 0 | 6 | 330 | 126 | 66 |
| Binary | 100110 | 1110101 | 11101111 | 1010100 | 110011 | 0 | 110 | 11011000 | 1010110 | 110110 |
Color Harmonies of #2675EF
Complementary color
Monochromatic Colors of #2675EF
Black with #2675EF
Text Example
Text Example
White with #2675EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675EF; }
p { color: rgb(38,117,239); }
H1.HeaderClassName
{
color: #2675EF;
}
.AnyTagClassName
{
color: #2675EF;
}
</style>
background-color css
<style>
a { background-color: #2675EF; }
a { background-color: rgb(38,117,239); }
div.DivClassName
{
background-color: #2675EF;
}
.BgClassName
{
background-color: #2675EF;
}
</style>
border-color css
<style>
span { border-color: #2675EF; }
span { border-color: rgb(38,117,239); }
td.TdClassName
{
border-color: #2675EF;
}
.TagClassName
{
border-color: #2675EF;
}
</style>