Shades of Dodger Blue #2673FA
Tints of Dodger Blue #2673FA
RGB
CMYK
RGB Variations
Color information
#2673FA (or 0x2673FA) is known color: Dodger Blue. HEX triplet: 26, 73 and FA. RGB value is (38,115,250). Sum of RGB (Red+Green+Blue) = 38+115+250=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #2673FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2673FA is #D98C05. Grayscale: #6A6A6A. Windows color (decimal): -14257158 or 16413478. OLE color: 16413478.
HSL color Cylindrical-coordinate representation of color #2673FA: hue angle of 218.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2673FA is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 115 | 250 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.02 |
| HSL | 218.21º | 0.95% | 0.56% | - |
| HSV(B) | 218.21º | 0.85% | 0.98% | - |
| XYZ | 24.19 | 19.58 | 92.95 | - |
| YUV | 107.37 | 208.49 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 250 | 0.85 | 0.54 | 0 | 0.02 | 218.21 | 0.95 | 0.56 |
| Hex | 26 | 73 | FA | 55 | 36 | 0 | 2 | DA | 5F | 38 |
| Octal | 46 | 163 | 372 | 125 | 66 | 0 | 2 | 332 | 137 | 70 |
| Binary | 100110 | 1110011 | 11111010 | 1010101 | 110110 | 0 | 10 | 11011010 | 1011111 | 111000 |
Color Harmonies of #2673FA
Complementary color
Monochromatic Colors of #2673FA
Black with #2673FA
Text Example
Text Example
White with #2673FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673FA; }
p { color: rgb(38,115,250); }
H1.HeaderClassName
{
color: #2673FA;
}
.AnyTagClassName
{
color: #2673FA;
}
</style>
background-color css
<style>
a { background-color: #2673FA; }
a { background-color: rgb(38,115,250); }
div.DivClassName
{
background-color: #2673FA;
}
.BgClassName
{
background-color: #2673FA;
}
</style>
border-color css
<style>
span { border-color: #2673FA; }
span { border-color: rgb(38,115,250); }
td.TdClassName
{
border-color: #2673FA;
}
.TagClassName
{
border-color: #2673FA;
}
</style>