Shades of Dodger Blue #3388FF
Tints of Dodger Blue #3388FF
RGB
CMYK
RGB Variations
Color information
#3388FF (or 0x3388FF) is known color: Dodger Blue. HEX triplet: 33, 88 and FF. RGB value is (51,136,255). Sum of RGB (Red+Green+Blue) = 51+136+255=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 136 (53.52% from 255 or 30.77% 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 #3388FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3388FF is #CC7700. Grayscale: #7B7B7B. Windows color (decimal): -13399809 or 16746547. OLE color: 16746547.
HSL color Cylindrical-coordinate representation of color #3388FF: hue angle of 215º 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 #3388FF is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 136 | 255 | - |
| CMYK | 0.8 | 0.47 | 0 | 0 |
| HSL | 215º | 1% | 0.6% | - |
| HSV(B) | 215º | 0.8% | 1% | - |
| XYZ | 28.22 | 25.53 | 98.05 | - |
| YUV | 124.15 | 201.84 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 255 | 0.8 | 0.47 | 0 | 0 | 215 | 1 | 0.6 |
| Hex | 33 | 88 | FF | 50 | 2F | 0 | 0 | D7 | 64 | 3C |
| Octal | 63 | 210 | 377 | 120 | 57 | 0 | 0 | 327 | 144 | 74 |
| Binary | 110011 | 10001000 | 11111111 | 1010000 | 101111 | 0 | 0 | 11010111 | 1100100 | 111100 |
Color Harmonies of #3388FF
Complementary color
Monochromatic Colors of #3388FF
Black with #3388FF
Text Example
Text Example
White with #3388FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3388FF; }
p { color: rgb(51,136,255); }
H1.HeaderClassName
{
color: #3388FF;
}
.AnyTagClassName
{
color: #3388FF;
}
</style>
background-color css
<style>
a { background-color: #3388FF; }
a { background-color: rgb(51,136,255); }
div.DivClassName
{
background-color: #3388FF;
}
.BgClassName
{
background-color: #3388FF;
}
</style>
border-color css
<style>
span { border-color: #3388FF; }
span { border-color: rgb(51,136,255); }
td.TdClassName
{
border-color: #3388FF;
}
.TagClassName
{
border-color: #3388FF;
}
</style>