Shades of Dodger Blue #3A89EB
Tints of Dodger Blue #3A89EB
RGB
CMYK
RGB Variations
Color information
#3A89EB (or 0x3A89EB) is known color: Dodger Blue. HEX triplet: 3A, 89 and EB. RGB value is (58,137,235). Sum of RGB (Red+Green+Blue) = 58+137+235=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A89EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A89EB is #C57614. Grayscale: #7C7C7C. Windows color (decimal): -12940821 or 15436090. OLE color: 15436090.
HSL color Cylindrical-coordinate representation of color #3A89EB: hue angle of 213.22º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A89EB is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 137 | 235 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.08 |
| HSL | 213.22º | 0.82% | 0.57% | - |
| HSV(B) | 213.22º | 0.75% | 0.92% | - |
| XYZ | 25.69 | 24.79 | 82.03 | - |
| YUV | 124.55 | 190.33 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 235 | 0.75 | 0.42 | 0 | 0.08 | 213.22 | 0.82 | 0.57 |
| Hex | 3A | 89 | EB | 4B | 2A | 0 | 8 | D5 | 52 | 39 |
| Octal | 72 | 211 | 353 | 113 | 52 | 0 | 10 | 325 | 122 | 71 |
| Binary | 111010 | 10001001 | 11101011 | 1001011 | 101010 | 0 | 1000 | 11010101 | 1010010 | 111001 |
Color Harmonies of #3A89EB
Complementary color
Monochromatic Colors of #3A89EB
Black with #3A89EB
Text Example
Text Example
White with #3A89EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A89EB; }
p { color: rgb(58,137,235); }
H1.HeaderClassName
{
color: #3A89EB;
}
.AnyTagClassName
{
color: #3A89EB;
}
</style>
background-color css
<style>
a { background-color: #3A89EB; }
a { background-color: rgb(58,137,235); }
div.DivClassName
{
background-color: #3A89EB;
}
.BgClassName
{
background-color: #3A89EB;
}
</style>
border-color css
<style>
span { border-color: #3A89EB; }
span { border-color: rgb(58,137,235); }
td.TdClassName
{
border-color: #3A89EB;
}
.TagClassName
{
border-color: #3A89EB;
}
</style>