Shades of Dodger Blue #3483ED
Tints of Dodger Blue #3483ED
RGB
CMYK
RGB Variations
Color information
#3483ED (or 0x3483ED) is known color: Dodger Blue. HEX triplet: 34, 83 and ED. RGB value is (52,131,237). Sum of RGB (Red+Green+Blue) = 52+131+237=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #3483ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3483ED is #CB7C12. Grayscale: #767676. Windows color (decimal): -13335571 or 15565620. OLE color: 15565620.
HSL color Cylindrical-coordinate representation of color #3483ED: hue angle of 214.38º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3483ED is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 131 | 237 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.07 |
| HSL | 214.38º | 0.84% | 0.57% | - |
| HSV(B) | 214.38º | 0.78% | 0.93% | - |
| XYZ | 24.82 | 23.08 | 83.27 | - |
| YUV | 119.46 | 194.33 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 237 | 0.78 | 0.45 | 0 | 0.07 | 214.38 | 0.84 | 0.57 |
| Hex | 34 | 83 | ED | 4E | 2D | 0 | 7 | D6 | 54 | 39 |
| Octal | 64 | 203 | 355 | 116 | 55 | 0 | 7 | 326 | 124 | 71 |
| Binary | 110100 | 10000011 | 11101101 | 1001110 | 101101 | 0 | 111 | 11010110 | 1010100 | 111001 |
Color Harmonies of #3483ED
Complementary color
Monochromatic Colors of #3483ED
Black with #3483ED
Text Example
Text Example
White with #3483ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3483ED; }
p { color: rgb(52,131,237); }
H1.HeaderClassName
{
color: #3483ED;
}
.AnyTagClassName
{
color: #3483ED;
}
</style>
background-color css
<style>
a { background-color: #3483ED; }
a { background-color: rgb(52,131,237); }
div.DivClassName
{
background-color: #3483ED;
}
.BgClassName
{
background-color: #3483ED;
}
</style>
border-color css
<style>
span { border-color: #3483ED; }
span { border-color: rgb(52,131,237); }
td.TdClassName
{
border-color: #3483ED;
}
.TagClassName
{
border-color: #3483ED;
}
</style>