Shades of Dodger Blue #2693ED
Tints of Dodger Blue #2693ED
RGB
CMYK
RGB Variations
Color information
#2693ED (or 0x2693ED) is known color: Dodger Blue. HEX triplet: 26, 93 and ED. RGB value is (38,147,237). Sum of RGB (Red+Green+Blue) = 38+147+237=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #2693ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2693ED is #D96C12. Grayscale: #7C7C7C. Windows color (decimal): -14248979 or 15569702. OLE color: 15569702.
HSL color Cylindrical-coordinate representation of color #2693ED: hue angle of 207.14º 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 #2693ED is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 147 | 237 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.07 |
| HSL | 207.14º | 0.85% | 0.54% | - |
| HSV(B) | 207.14º | 0.84% | 0.93% | - |
| XYZ | 26.52 | 27.39 | 84.01 | - |
| YUV | 124.67 | 191.39 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 237 | 0.84 | 0.38 | 0 | 0.07 | 207.14 | 0.85 | 0.54 |
| Hex | 26 | 93 | ED | 54 | 26 | 0 | 7 | CF | 55 | 36 |
| Octal | 46 | 223 | 355 | 124 | 46 | 0 | 7 | 317 | 125 | 66 |
| Binary | 100110 | 10010011 | 11101101 | 1010100 | 100110 | 0 | 111 | 11001111 | 1010101 | 110110 |
Color Harmonies of #2693ED
Complementary color
Monochromatic Colors of #2693ED
Black with #2693ED
Text Example
Text Example
White with #2693ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2693ED; }
p { color: rgb(38,147,237); }
H1.HeaderClassName
{
color: #2693ED;
}
.AnyTagClassName
{
color: #2693ED;
}
</style>
background-color css
<style>
a { background-color: #2693ED; }
a { background-color: rgb(38,147,237); }
div.DivClassName
{
background-color: #2693ED;
}
.BgClassName
{
background-color: #2693ED;
}
</style>
border-color css
<style>
span { border-color: #2693ED; }
span { border-color: rgb(38,147,237); }
td.TdClassName
{
border-color: #2693ED;
}
.TagClassName
{
border-color: #2693ED;
}
</style>