Shades of Dodger Blue #3379FF
Tints of Dodger Blue #3379FF
RGB
CMYK
RGB Variations
Color information
#3379FF (or 0x3379FF) is known color: Dodger Blue. HEX triplet: 33, 79 and FF. RGB value is (51,121,255). Sum of RGB (Red+Green+Blue) = 51+121+255=427 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.94% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #3379FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3379FF is #CC8600. Grayscale: #727272. Windows color (decimal): -13403649 or 16742707. OLE color: 16742707.
HSL color Cylindrical-coordinate representation of color #3379FF: hue angle of 219.41º 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 #3379FF is Cyan = 0.8, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 121 | 255 | - |
| CMYK | 0.8 | 0.53 | 0 | 0 |
| HSL | 219.41º | 1% | 0.6% | - |
| HSV(B) | 219.41º | 0.8% | 1% | - |
| XYZ | 26.25 | 21.6 | 97.39 | - |
| YUV | 115.35 | 206.81 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 255 | 0.8 | 0.53 | 0 | 0 | 219.41 | 1 | 0.6 |
| Hex | 33 | 79 | FF | 50 | 35 | 0 | 0 | DB | 64 | 3C |
| Octal | 63 | 171 | 377 | 120 | 65 | 0 | 0 | 333 | 144 | 74 |
| Binary | 110011 | 1111001 | 11111111 | 1010000 | 110101 | 0 | 0 | 11011011 | 1100100 | 111100 |
Color Harmonies of #3379FF
Complementary color
Monochromatic Colors of #3379FF
Black with #3379FF
Text Example
Text Example
White with #3379FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379FF; }
p { color: rgb(51,121,255); }
H1.HeaderClassName
{
color: #3379FF;
}
.AnyTagClassName
{
color: #3379FF;
}
</style>
background-color css
<style>
a { background-color: #3379FF; }
a { background-color: rgb(51,121,255); }
div.DivClassName
{
background-color: #3379FF;
}
.BgClassName
{
background-color: #3379FF;
}
</style>
border-color css
<style>
span { border-color: #3379FF; }
span { border-color: rgb(51,121,255); }
td.TdClassName
{
border-color: #3379FF;
}
.TagClassName
{
border-color: #3379FF;
}
</style>