Shades of Dodger Blue #3377FF
Tints of Dodger Blue #3377FF
RGB
CMYK
RGB Variations
Color information
#3377FF (or 0x3377FF) is known color: Dodger Blue. HEX triplet: 33, 77 and FF. RGB value is (51,119,255). Sum of RGB (Red+Green+Blue) = 51+119+255=425 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #3377FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3377FF is #CC8800. Grayscale: #717171. Windows color (decimal): -13404161 or 16742195. OLE color: 16742195.
HSL color Cylindrical-coordinate representation of color #3377FF: hue angle of 220º 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 #3377FF is Cyan = 0.8, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 119 | 255 | - |
| CMYK | 0.8 | 0.53 | 0 | 0 |
| HSL | 220º | 1% | 0.6% | - |
| HSV(B) | 220º | 0.8% | 1% | - |
| XYZ | 26.01 | 21.12 | 97.31 | - |
| YUV | 114.17 | 207.47 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 255 | 0.8 | 0.53 | 0 | 0 | 220 | 1 | 0.6 |
| Hex | 33 | 77 | FF | 50 | 35 | 0 | 0 | DC | 64 | 3C |
| Octal | 63 | 167 | 377 | 120 | 65 | 0 | 0 | 334 | 144 | 74 |
| Binary | 110011 | 1110111 | 11111111 | 1010000 | 110101 | 0 | 0 | 11011100 | 1100100 | 111100 |
Color Harmonies of #3377FF
Complementary color
Monochromatic Colors of #3377FF
Black with #3377FF
Text Example
Text Example
White with #3377FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3377FF; }
p { color: rgb(51,119,255); }
H1.HeaderClassName
{
color: #3377FF;
}
.AnyTagClassName
{
color: #3377FF;
}
</style>
background-color css
<style>
a { background-color: #3377FF; }
a { background-color: rgb(51,119,255); }
div.DivClassName
{
background-color: #3377FF;
}
.BgClassName
{
background-color: #3377FF;
}
</style>
border-color css
<style>
span { border-color: #3377FF; }
span { border-color: rgb(51,119,255); }
td.TdClassName
{
border-color: #3377FF;
}
.TagClassName
{
border-color: #3377FF;
}
</style>