Shades of Dodger Blue #3289FF
Tints of Dodger Blue #3289FF
RGB
CMYK
RGB Variations
Color information
#3289FF (or 0x3289FF) is known color: Dodger Blue. HEX triplet: 32, 89 and FF. RGB value is (50,137,255). Sum of RGB (Red+Green+Blue) = 50+137+255=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 137 (53.91% from 255 or 31.00% 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 #3289FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3289FF is #CD7600. Grayscale: #7B7B7B. Windows color (decimal): -13465089 or 16746802. OLE color: 16746802.
HSL color Cylindrical-coordinate representation of color #3289FF: hue angle of 214.54º 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 #3289FF is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 137 | 255 | - |
| CMYK | 0.80 | 0.46 | 0 | 0 |
| HSL | 214.54º | 1% | 0.6% | - |
| HSV(B) | 214.54º | 0.8% | 1% | - |
| XYZ | 28.31 | 25.79 | 98.09 | - |
| YUV | 124.44 | 201.68 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 255 | 0.80 | 0.46 | 0 | 0 | 214.54 | 1 | 0.6 |
| Hex | 32 | 89 | FF | 50 | 2E | 0 | 0 | D7 | 64 | 3C |
| Octal | 62 | 211 | 377 | 120 | 56 | 0 | 0 | 327 | 144 | 74 |
| Binary | 110010 | 10001001 | 11111111 | 1010000 | 101110 | 0 | 0 | 11010111 | 1100100 | 111100 |
Color Harmonies of #3289FF
Complementary color
Monochromatic Colors of #3289FF
Black with #3289FF
Text Example
Text Example
White with #3289FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289FF; }
p { color: rgb(50,137,255); }
H1.HeaderClassName
{
color: #3289FF;
}
.AnyTagClassName
{
color: #3289FF;
}
</style>
background-color css
<style>
a { background-color: #3289FF; }
a { background-color: rgb(50,137,255); }
div.DivClassName
{
background-color: #3289FF;
}
.BgClassName
{
background-color: #3289FF;
}
</style>
border-color css
<style>
span { border-color: #3289FF; }
span { border-color: rgb(50,137,255); }
td.TdClassName
{
border-color: #3289FF;
}
.TagClassName
{
border-color: #3289FF;
}
</style>