Shades of Dodger Blue #2493F6
Tints of Dodger Blue #2493F6
RGB
CMYK
RGB Variations
Color information
#2493F6 (or 0x2493F6) is known color: Dodger Blue. HEX triplet: 24, 93 and F6. RGB value is (36,147,246). Sum of RGB (Red+Green+Blue) = 36+147+246=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 246 (96.48% from 255 or 57.34% from 429); Max value from RGB is 246 - color contains mainly: blue. Hex color #2493F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2493F6 is #DB6C09. Grayscale: #7C7C7C. Windows color (decimal): -14380042 or 16159524. OLE color: 16159524.
HSL color Cylindrical-coordinate representation of color #2493F6: hue angle of 208.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2493F6 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 147 | 246 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.04 |
| HSL | 208.29º | 0.92% | 0.55% | - |
| HSV(B) | 208.29º | 0.85% | 0.96% | - |
| XYZ | 27.8 | 27.9 | 91.11 | - |
| YUV | 125.1 | 196.23 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 246 | 0.85 | 0.40 | 0 | 0.04 | 208.29 | 0.92 | 0.55 |
| Hex | 24 | 93 | F6 | 55 | 28 | 0 | 4 | D0 | 5C | 37 |
| Octal | 44 | 223 | 366 | 125 | 50 | 0 | 4 | 320 | 134 | 67 |
| Binary | 100100 | 10010011 | 11110110 | 1010101 | 101000 | 0 | 100 | 11010000 | 1011100 | 110111 |
Color Harmonies of #2493F6
Complementary color
Monochromatic Colors of #2493F6
Black with #2493F6
Text Example
Text Example
White with #2493F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2493F6; }
p { color: rgb(36,147,246); }
H1.HeaderClassName
{
color: #2493F6;
}
.AnyTagClassName
{
color: #2493F6;
}
</style>
background-color css
<style>
a { background-color: #2493F6; }
a { background-color: rgb(36,147,246); }
div.DivClassName
{
background-color: #2493F6;
}
.BgClassName
{
background-color: #2493F6;
}
</style>
border-color css
<style>
span { border-color: #2493F6; }
span { border-color: rgb(36,147,246); }
td.TdClassName
{
border-color: #2493F6;
}
.TagClassName
{
border-color: #2493F6;
}
</style>