Shades of Dodger Blue #3293EA
Tints of Dodger Blue #3293EA
RGB
CMYK
RGB Variations
Color information
#3293EA (or 0x3293EA) is known color: Dodger Blue. HEX triplet: 32, 93 and EA. RGB value is (50,147,234). Sum of RGB (Red+Green+Blue) = 50+147+234=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #3293EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3293EA is #CD6C15. Grayscale: #7F7F7F. Windows color (decimal): -13462550 or 15373106. OLE color: 15373106.
HSL color Cylindrical-coordinate representation of color #3293EA: hue angle of 208.37º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3293EA is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 147 | 234 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.08 |
| HSL | 208.37º | 0.81% | 0.56% | - |
| HSV(B) | 208.37º | 0.79% | 0.92% | - |
| XYZ | 26.6 | 27.49 | 81.75 | - |
| YUV | 127.92 | 187.86 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 234 | 0.79 | 0.37 | 0 | 0.08 | 208.37 | 0.81 | 0.56 |
| Hex | 32 | 93 | EA | 4F | 25 | 0 | 8 | D0 | 51 | 38 |
| Octal | 62 | 223 | 352 | 117 | 45 | 0 | 10 | 320 | 121 | 70 |
| Binary | 110010 | 10010011 | 11101010 | 1001111 | 100101 | 0 | 1000 | 11010000 | 1010001 | 111000 |
Color Harmonies of #3293EA
Complementary color
Monochromatic Colors of #3293EA
Black with #3293EA
Text Example
Text Example
White with #3293EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3293EA; }
p { color: rgb(50,147,234); }
H1.HeaderClassName
{
color: #3293EA;
}
.AnyTagClassName
{
color: #3293EA;
}
</style>
background-color css
<style>
a { background-color: #3293EA; }
a { background-color: rgb(50,147,234); }
div.DivClassName
{
background-color: #3293EA;
}
.BgClassName
{
background-color: #3293EA;
}
</style>
border-color css
<style>
span { border-color: #3293EA; }
span { border-color: rgb(50,147,234); }
td.TdClassName
{
border-color: #3293EA;
}
.TagClassName
{
border-color: #3293EA;
}
</style>