Shades of Dodger Blue #2673FF
Tints of Dodger Blue #2673FF
RGB
CMYK
RGB Variations
Color information
#2673FF (or 0x2673FF) is known color: Dodger Blue. HEX triplet: 26, 73 and FF. RGB value is (38,115,255). Sum of RGB (Red+Green+Blue) = 38+115+255=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #2673FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2673FF is #D98C00. Grayscale: #6B6B6B. Windows color (decimal): -14257153 or 16741158. OLE color: 16741158.
HSL color Cylindrical-coordinate representation of color #2673FF: hue angle of 218.71º 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 #2673FF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 115 | 255 | - |
| CMYK | 0.85 | 0.55 | 0 | 0 |
| HSL | 218.71º | 1% | 0.57% | - |
| HSV(B) | 218.71º | 0.85% | 1% | - |
| XYZ | 24.98 | 19.89 | 97.13 | - |
| YUV | 107.94 | 210.99 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 255 | 0.85 | 0.55 | 0 | 0 | 218.71 | 1 | 0.57 |
| Hex | 26 | 73 | FF | 55 | 37 | 0 | 0 | DB | 64 | 39 |
| Octal | 46 | 163 | 377 | 125 | 67 | 0 | 0 | 333 | 144 | 71 |
| Binary | 100110 | 1110011 | 11111111 | 1010101 | 110111 | 0 | 0 | 11011011 | 1100100 | 111001 |
Color Harmonies of #2673FF
Complementary color
Monochromatic Colors of #2673FF
Black with #2673FF
Text Example
Text Example
White with #2673FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673FF; }
p { color: rgb(38,115,255); }
H1.HeaderClassName
{
color: #2673FF;
}
.AnyTagClassName
{
color: #2673FF;
}
</style>
background-color css
<style>
a { background-color: #2673FF; }
a { background-color: rgb(38,115,255); }
div.DivClassName
{
background-color: #2673FF;
}
.BgClassName
{
background-color: #2673FF;
}
</style>
border-color css
<style>
span { border-color: #2673FF; }
span { border-color: rgb(38,115,255); }
td.TdClassName
{
border-color: #2673FF;
}
.TagClassName
{
border-color: #2673FF;
}
</style>