Shades of Dodger Blue #3383ED
Tints of Dodger Blue #3383ED
RGB
CMYK
RGB Variations
Color information
#3383ED (or 0x3383ED) is known color: Dodger Blue. HEX triplet: 33, 83 and ED. RGB value is (51,131,237). Sum of RGB (Red+Green+Blue) = 51+131+237=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #3383ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3383ED is #CC7C12. Grayscale: #767676. Windows color (decimal): -13401107 or 15565619. OLE color: 15565619.
HSL color Cylindrical-coordinate representation of color #3383ED: hue angle of 214.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3383ED is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 131 | 237 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.07 |
| HSL | 214.19º | 0.84% | 0.56% | - |
| HSV(B) | 214.19º | 0.78% | 0.93% | - |
| XYZ | 24.77 | 23.05 | 83.26 | - |
| YUV | 119.16 | 194.5 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 237 | 0.78 | 0.45 | 0 | 0.07 | 214.19 | 0.84 | 0.56 |
| Hex | 33 | 83 | ED | 4E | 2D | 0 | 7 | D6 | 54 | 38 |
| Octal | 63 | 203 | 355 | 116 | 55 | 0 | 7 | 326 | 124 | 70 |
| Binary | 110011 | 10000011 | 11101101 | 1001110 | 101101 | 0 | 111 | 11010110 | 1010100 | 111000 |
Color Harmonies of #3383ED
Complementary color
Monochromatic Colors of #3383ED
Black with #3383ED
Text Example
Text Example
White with #3383ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3383ED; }
p { color: rgb(51,131,237); }
H1.HeaderClassName
{
color: #3383ED;
}
.AnyTagClassName
{
color: #3383ED;
}
</style>
background-color css
<style>
a { background-color: #3383ED; }
a { background-color: rgb(51,131,237); }
div.DivClassName
{
background-color: #3383ED;
}
.BgClassName
{
background-color: #3383ED;
}
</style>
border-color css
<style>
span { border-color: #3383ED; }
span { border-color: rgb(51,131,237); }
td.TdClassName
{
border-color: #3383ED;
}
.TagClassName
{
border-color: #3383ED;
}
</style>