Shades of Dodger Blue #3288DE
Tints of Dodger Blue #3288DE
RGB
CMYK
RGB Variations
Color information
#3288DE (or 0x3288DE) is known color: Dodger Blue. HEX triplet: 32, 88 and DE. RGB value is (50,136,222). Sum of RGB (Red+Green+Blue) = 50+136+222=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #3288DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288DE is #CD7721. Grayscale: #777777. Windows color (decimal): -13465378 or 14583858. OLE color: 14583858.
HSL color Cylindrical-coordinate representation of color #3288DE: hue angle of 210º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3288DE is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 136 | 222 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.13 |
| HSL | 210º | 0.72% | 0.53% | - |
| HSV(B) | 210º | 0.77% | 0.87% | - |
| XYZ | 23.3 | 23.56 | 72.43 | - |
| YUV | 120.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 222 | 0.77 | 0.39 | 0 | 0.13 | 210 | 0.72 | 0.53 |
| Hex | 32 | 88 | DE | 4D | 27 | 0 | D | D2 | 48 | 35 |
| Octal | 62 | 210 | 336 | 115 | 47 | 0 | 15 | 322 | 110 | 65 |
| Binary | 110010 | 10001000 | 11011110 | 1001101 | 100111 | 0 | 1101 | 11010010 | 1001000 | 110101 |
Color Harmonies of #3288DE
Complementary color
Monochromatic Colors of #3288DE
Black with #3288DE
Text Example
Text Example
White with #3288DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3288DE; }
p { color: rgb(50,136,222); }
H1.HeaderClassName
{
color: #3288DE;
}
.AnyTagClassName
{
color: #3288DE;
}
</style>
background-color css
<style>
a { background-color: #3288DE; }
a { background-color: rgb(50,136,222); }
div.DivClassName
{
background-color: #3288DE;
}
.BgClassName
{
background-color: #3288DE;
}
</style>
border-color css
<style>
span { border-color: #3288DE; }
span { border-color: rgb(50,136,222); }
td.TdClassName
{
border-color: #3288DE;
}
.TagClassName
{
border-color: #3288DE;
}
</style>