Shades of Dodger Blue #338DF4
Tints of Dodger Blue #338DF4
RGB
CMYK
RGB Variations
Color information
#338DF4 (or 0x338DF4) is known color: Dodger Blue. HEX triplet: 33, 8D and F4. RGB value is (51,141,244). Sum of RGB (Red+Green+Blue) = 51+141+244=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 244 (95.70% from 255 or 55.96% from 436); Max value from RGB is 244 - color contains mainly: blue. Hex color #338DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DF4 is #CC720B. Grayscale: #7D7D7D. Windows color (decimal): -13398540 or 16026931. OLE color: 16026931.
HSL color Cylindrical-coordinate representation of color #338DF4: hue angle of 212.02º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338DF4 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 141 | 244 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.04 |
| HSL | 212.02º | 0.9% | 0.58% | - |
| HSV(B) | 212.02º | 0.79% | 0.96% | - |
| XYZ | 27.22 | 26.29 | 89.23 | - |
| YUV | 125.83 | 194.68 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 244 | 0.79 | 0.42 | 0 | 0.04 | 212.02 | 0.9 | 0.58 |
| Hex | 33 | 8D | F4 | 4F | 2A | 0 | 4 | D4 | 5A | 3A |
| Octal | 63 | 215 | 364 | 117 | 52 | 0 | 4 | 324 | 132 | 72 |
| Binary | 110011 | 10001101 | 11110100 | 1001111 | 101010 | 0 | 100 | 11010100 | 1011010 | 111010 |
Color Harmonies of #338DF4
Complementary color
Monochromatic Colors of #338DF4
Black with #338DF4
Text Example
Text Example
White with #338DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DF4; }
p { color: rgb(51,141,244); }
H1.HeaderClassName
{
color: #338DF4;
}
.AnyTagClassName
{
color: #338DF4;
}
</style>
background-color css
<style>
a { background-color: #338DF4; }
a { background-color: rgb(51,141,244); }
div.DivClassName
{
background-color: #338DF4;
}
.BgClassName
{
background-color: #338DF4;
}
</style>
border-color css
<style>
span { border-color: #338DF4; }
span { border-color: rgb(51,141,244); }
td.TdClassName
{
border-color: #338DF4;
}
.TagClassName
{
border-color: #338DF4;
}
</style>