Shades of Dodger Blue #3487FF
Tints of Dodger Blue #3487FF
RGB
CMYK
RGB Variations
Color information
#3487FF (or 0x3487FF) is known color: Dodger Blue. HEX triplet: 34, 87 and FF. RGB value is (52,135,255). Sum of RGB (Red+Green+Blue) = 52+135+255=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #3487FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3487FF is #CB7800. Grayscale: #7B7B7B. Windows color (decimal): -13334529 or 16746292. OLE color: 16746292.
HSL color Cylindrical-coordinate representation of color #3487FF: hue angle of 215.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3487FF is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 135 | 255 | - |
| CMYK | 0.80 | 0.47 | 0 | 0 |
| HSL | 215.47º | 1% | 0.6% | - |
| HSV(B) | 215.47º | 0.8% | 1% | - |
| XYZ | 28.13 | 25.28 | 98 | - |
| YUV | 123.86 | 202 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 255 | 0.80 | 0.47 | 0 | 0 | 215.47 | 1 | 0.6 |
| Hex | 34 | 87 | FF | 50 | 2F | 0 | 0 | D7 | 64 | 3C |
| Octal | 64 | 207 | 377 | 120 | 57 | 0 | 0 | 327 | 144 | 74 |
| Binary | 110100 | 10000111 | 11111111 | 1010000 | 101111 | 0 | 0 | 11010111 | 1100100 | 111100 |
Color Harmonies of #3487FF
Complementary color
Monochromatic Colors of #3487FF
Black with #3487FF
Text Example
Text Example
White with #3487FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3487FF; }
p { color: rgb(52,135,255); }
H1.HeaderClassName
{
color: #3487FF;
}
.AnyTagClassName
{
color: #3487FF;
}
</style>
background-color css
<style>
a { background-color: #3487FF; }
a { background-color: rgb(52,135,255); }
div.DivClassName
{
background-color: #3487FF;
}
.BgClassName
{
background-color: #3487FF;
}
</style>
border-color css
<style>
span { border-color: #3487FF; }
span { border-color: rgb(52,135,255); }
td.TdClassName
{
border-color: #3487FF;
}
.TagClassName
{
border-color: #3487FF;
}
</style>