Shades of Dodger Blue #3287FF
Tints of Dodger Blue #3287FF
RGB
CMYK
RGB Variations
Color information
#3287FF (or 0x3287FF) is known color: Dodger Blue. HEX triplet: 32, 87 and FF. RGB value is (50,135,255). Sum of RGB (Red+Green+Blue) = 50+135+255=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #3287FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3287FF is #CD7800. Grayscale: #7A7A7A. Windows color (decimal): -13465601 or 16746290. OLE color: 16746290.
HSL color Cylindrical-coordinate representation of color #3287FF: hue angle of 215.12º 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 #3287FF is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 135 | 255 | - |
| CMYK | 0.80 | 0.47 | 0 | 0 |
| HSL | 215.12º | 1% | 0.6% | - |
| HSV(B) | 215.12º | 0.8% | 1% | - |
| XYZ | 28.03 | 25.23 | 98 | - |
| YUV | 123.27 | 202.34 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 255 | 0.80 | 0.47 | 0 | 0 | 215.12 | 1 | 0.6 |
| Hex | 32 | 87 | FF | 50 | 2F | 0 | 0 | D7 | 64 | 3C |
| Octal | 62 | 207 | 377 | 120 | 57 | 0 | 0 | 327 | 144 | 74 |
| Binary | 110010 | 10000111 | 11111111 | 1010000 | 101111 | 0 | 0 | 11010111 | 1100100 | 111100 |
Color Harmonies of #3287FF
Complementary color
Monochromatic Colors of #3287FF
Black with #3287FF
Text Example
Text Example
White with #3287FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3287FF; }
p { color: rgb(50,135,255); }
H1.HeaderClassName
{
color: #3287FF;
}
.AnyTagClassName
{
color: #3287FF;
}
</style>
background-color css
<style>
a { background-color: #3287FF; }
a { background-color: rgb(50,135,255); }
div.DivClassName
{
background-color: #3287FF;
}
.BgClassName
{
background-color: #3287FF;
}
</style>
border-color css
<style>
span { border-color: #3287FF; }
span { border-color: rgb(50,135,255); }
td.TdClassName
{
border-color: #3287FF;
}
.TagClassName
{
border-color: #3287FF;
}
</style>