Shades of Dodger Blue #338DFB
Tints of Dodger Blue #338DFB
RGB
CMYK
RGB Variations
Color information
#338DFB (or 0x338DFB) is known color: Dodger Blue. HEX triplet: 33, 8D and FB. RGB value is (51,141,251). Sum of RGB (Red+Green+Blue) = 51+141+251=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #338DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DFB is #CC7204. Grayscale: #7E7E7E. Windows color (decimal): -13398533 or 16485683. OLE color: 16485683.
HSL color Cylindrical-coordinate representation of color #338DFB: hue angle of 213º 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 #338DFB is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 141 | 251 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.02 |
| HSL | 213º | 0.96% | 0.59% | - |
| HSV(B) | 213º | 0.8% | 0.98% | - |
| XYZ | 28.3 | 26.72 | 94.93 | - |
| YUV | 126.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 251 | 0.80 | 0.44 | 0 | 0.02 | 213 | 0.96 | 0.59 |
| Hex | 33 | 8D | FB | 50 | 2C | 0 | 2 | D5 | 60 | 3B |
| Octal | 63 | 215 | 373 | 120 | 54 | 0 | 2 | 325 | 140 | 73 |
| Binary | 110011 | 10001101 | 11111011 | 1010000 | 101100 | 0 | 10 | 11010101 | 1100000 | 111011 |
Color Harmonies of #338DFB
Complementary color
Monochromatic Colors of #338DFB
Black with #338DFB
Text Example
Text Example
White with #338DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DFB; }
p { color: rgb(51,141,251); }
H1.HeaderClassName
{
color: #338DFB;
}
.AnyTagClassName
{
color: #338DFB;
}
</style>
background-color css
<style>
a { background-color: #338DFB; }
a { background-color: rgb(51,141,251); }
div.DivClassName
{
background-color: #338DFB;
}
.BgClassName
{
background-color: #338DFB;
}
</style>
border-color css
<style>
span { border-color: #338DFB; }
span { border-color: rgb(51,141,251); }
td.TdClassName
{
border-color: #338DFB;
}
.TagClassName
{
border-color: #338DFB;
}
</style>