Shades of Dodger Blue #3379FB
Tints of Dodger Blue #3379FB
RGB
CMYK
RGB Variations
Color information
#3379FB (or 0x3379FB) is known color: Dodger Blue. HEX triplet: 33, 79 and FB. RGB value is (51,121,251). Sum of RGB (Red+Green+Blue) = 51+121+251=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #3379FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3379FB is #CC8604. Grayscale: #727272. Windows color (decimal): -13403653 or 16480563. OLE color: 16480563.
HSL color Cylindrical-coordinate representation of color #3379FB: hue angle of 219º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3379FB is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 121 | 251 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.02 |
| HSL | 219º | 0.96% | 0.59% | - |
| HSV(B) | 219º | 0.8% | 0.98% | - |
| XYZ | 25.62 | 21.34 | 94.04 | - |
| YUV | 114.89 | 204.81 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 251 | 0.80 | 0.52 | 0 | 0.02 | 219 | 0.96 | 0.59 |
| Hex | 33 | 79 | FB | 50 | 34 | 0 | 2 | DB | 60 | 3B |
| Octal | 63 | 171 | 373 | 120 | 64 | 0 | 2 | 333 | 140 | 73 |
| Binary | 110011 | 1111001 | 11111011 | 1010000 | 110100 | 0 | 10 | 11011011 | 1100000 | 111011 |
Color Harmonies of #3379FB
Complementary color
Monochromatic Colors of #3379FB
Black with #3379FB
Text Example
Text Example
White with #3379FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379FB; }
p { color: rgb(51,121,251); }
H1.HeaderClassName
{
color: #3379FB;
}
.AnyTagClassName
{
color: #3379FB;
}
</style>
background-color css
<style>
a { background-color: #3379FB; }
a { background-color: rgb(51,121,251); }
div.DivClassName
{
background-color: #3379FB;
}
.BgClassName
{
background-color: #3379FB;
}
</style>
border-color css
<style>
span { border-color: #3379FB; }
span { border-color: rgb(51,121,251); }
td.TdClassName
{
border-color: #3379FB;
}
.TagClassName
{
border-color: #3379FB;
}
</style>