Shades of Dodger Blue #3A87F9
Tints of Dodger Blue #3A87F9
RGB
CMYK
RGB Variations
Color information
#3A87F9 (or 0x3A87F9) is known color: Dodger Blue. HEX triplet: 3A, 87 and F9. RGB value is (58,135,249). Sum of RGB (Red+Green+Blue) = 58+135+249=442 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.12% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A87F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A87F9 is #C57806. Grayscale: #7C7C7C. Windows color (decimal): -12941319 or 16353082. OLE color: 16353082.
HSL color Cylindrical-coordinate representation of color #3A87F9: hue angle of 215.81º 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 #3A87F9 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 135 | 249 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.02 |
| HSL | 215.81º | 0.94% | 0.6% | - |
| HSV(B) | 215.81º | 0.77% | 0.98% | - |
| XYZ | 27.51 | 25.07 | 93.01 | - |
| YUV | 124.97 | 197.99 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 249 | 0.77 | 0.46 | 0 | 0.02 | 215.81 | 0.94 | 0.6 |
| Hex | 3A | 87 | F9 | 4D | 2E | 0 | 2 | D8 | 5E | 3C |
| Octal | 72 | 207 | 371 | 115 | 56 | 0 | 2 | 330 | 136 | 74 |
| Binary | 111010 | 10000111 | 11111001 | 1001101 | 101110 | 0 | 10 | 11011000 | 1011110 | 111100 |
Color Harmonies of #3A87F9
Complementary color
Monochromatic Colors of #3A87F9
Black with #3A87F9
Text Example
Text Example
White with #3A87F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A87F9; }
p { color: rgb(58,135,249); }
H1.HeaderClassName
{
color: #3A87F9;
}
.AnyTagClassName
{
color: #3A87F9;
}
</style>
background-color css
<style>
a { background-color: #3A87F9; }
a { background-color: rgb(58,135,249); }
div.DivClassName
{
background-color: #3A87F9;
}
.BgClassName
{
background-color: #3A87F9;
}
</style>
border-color css
<style>
span { border-color: #3A87F9; }
span { border-color: rgb(58,135,249); }
td.TdClassName
{
border-color: #3A87F9;
}
.TagClassName
{
border-color: #3A87F9;
}
</style>