Shades of Dodger Blue #3288DF
Tints of Dodger Blue #3288DF
RGB
CMYK
RGB Variations
Color information
#3288DF (or 0x3288DF) is known color: Dodger Blue. HEX triplet: 32, 88 and DF. RGB value is (50,136,223). Sum of RGB (Red+Green+Blue) = 50+136+223=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #3288DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288DF is #CD7720. Grayscale: #777777. Windows color (decimal): -13465377 or 14649394. OLE color: 14649394.
HSL color Cylindrical-coordinate representation of color #3288DF: hue angle of 210.17º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3288DF is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 136 | 223 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.13 |
| HSL | 210.17º | 0.73% | 0.54% | - |
| HSV(B) | 210.17º | 0.78% | 0.87% | - |
| XYZ | 23.44 | 23.61 | 73.13 | - |
| YUV | 120.2 | 186.01 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 223 | 0.78 | 0.39 | 0 | 0.13 | 210.17 | 0.73 | 0.54 |
| Hex | 32 | 88 | DF | 4E | 27 | 0 | D | D2 | 49 | 36 |
| Octal | 62 | 210 | 337 | 116 | 47 | 0 | 15 | 322 | 111 | 66 |
| Binary | 110010 | 10001000 | 11011111 | 1001110 | 100111 | 0 | 1101 | 11010010 | 1001001 | 110110 |
Color Harmonies of #3288DF
Complementary color
Monochromatic Colors of #3288DF
Black with #3288DF
Text Example
Text Example
White with #3288DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3288DF; }
p { color: rgb(50,136,223); }
H1.HeaderClassName
{
color: #3288DF;
}
.AnyTagClassName
{
color: #3288DF;
}
</style>
background-color css
<style>
a { background-color: #3288DF; }
a { background-color: rgb(50,136,223); }
div.DivClassName
{
background-color: #3288DF;
}
.BgClassName
{
background-color: #3288DF;
}
</style>
border-color css
<style>
span { border-color: #3288DF; }
span { border-color: rgb(50,136,223); }
td.TdClassName
{
border-color: #3288DF;
}
.TagClassName
{
border-color: #3288DF;
}
</style>