Shades of Dodger Blue #3A88F9
Tints of Dodger Blue #3A88F9
RGB
CMYK
RGB Variations
Color information
#3A88F9 (or 0x3A88F9) is known color: Dodger Blue. HEX triplet: 3A, 88 and F9. RGB value is (58,136,249). Sum of RGB (Red+Green+Blue) = 58+136+249=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A88F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A88F9 is #C57706. Grayscale: #7D7D7D. Windows color (decimal): -12941063 or 16353338. OLE color: 16353338.
HSL color Cylindrical-coordinate representation of color #3A88F9: hue angle of 215.5º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A88F9 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 136 | 249 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.02 |
| HSL | 215.5º | 0.94% | 0.6% | - |
| HSV(B) | 215.5º | 0.77% | 0.98% | - |
| XYZ | 27.65 | 25.35 | 93.06 | - |
| YUV | 125.56 | 197.66 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 249 | 0.77 | 0.45 | 0 | 0.02 | 215.5 | 0.94 | 0.6 |
| Hex | 3A | 88 | F9 | 4D | 2D | 0 | 2 | D7 | 5E | 3C |
| Octal | 72 | 210 | 371 | 115 | 55 | 0 | 2 | 327 | 136 | 74 |
| Binary | 111010 | 10001000 | 11111001 | 1001101 | 101101 | 0 | 10 | 11010111 | 1011110 | 111100 |
Color Harmonies of #3A88F9
Complementary color
Monochromatic Colors of #3A88F9
Black with #3A88F9
Text Example
Text Example
White with #3A88F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A88F9; }
p { color: rgb(58,136,249); }
H1.HeaderClassName
{
color: #3A88F9;
}
.AnyTagClassName
{
color: #3A88F9;
}
</style>
background-color css
<style>
a { background-color: #3A88F9; }
a { background-color: rgb(58,136,249); }
div.DivClassName
{
background-color: #3A88F9;
}
.BgClassName
{
background-color: #3A88F9;
}
</style>
border-color css
<style>
span { border-color: #3A88F9; }
span { border-color: rgb(58,136,249); }
td.TdClassName
{
border-color: #3A88F9;
}
.TagClassName
{
border-color: #3A88F9;
}
</style>