Shades of Dodger Blue #338DF2
Tints of Dodger Blue #338DF2
RGB
CMYK
RGB Variations
Color information
#338DF2 (or 0x338DF2) is known color: Dodger Blue. HEX triplet: 33, 8D and F2. RGB value is (51,141,242). Sum of RGB (Red+Green+Blue) = 51+141+242=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #338DF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DF2 is #CC720D. Grayscale: #7D7D7D. Windows color (decimal): -13398542 or 15895859. OLE color: 15895859.
HSL color Cylindrical-coordinate representation of color #338DF2: hue angle of 211.73º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338DF2 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 141 | 242 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.05 |
| HSL | 211.73º | 0.88% | 0.57% | - |
| HSV(B) | 211.73º | 0.79% | 0.95% | - |
| XYZ | 26.92 | 26.16 | 87.64 | - |
| YUV | 125.6 | 193.68 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 242 | 0.79 | 0.42 | 0 | 0.05 | 211.73 | 0.88 | 0.57 |
| Hex | 33 | 8D | F2 | 4F | 2A | 0 | 5 | D4 | 58 | 39 |
| Octal | 63 | 215 | 362 | 117 | 52 | 0 | 5 | 324 | 130 | 71 |
| Binary | 110011 | 10001101 | 11110010 | 1001111 | 101010 | 0 | 101 | 11010100 | 1011000 | 111001 |
Color Harmonies of #338DF2
Complementary color
Monochromatic Colors of #338DF2
Black with #338DF2
Text Example
Text Example
White with #338DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DF2; }
p { color: rgb(51,141,242); }
H1.HeaderClassName
{
color: #338DF2;
}
.AnyTagClassName
{
color: #338DF2;
}
</style>
background-color css
<style>
a { background-color: #338DF2; }
a { background-color: rgb(51,141,242); }
div.DivClassName
{
background-color: #338DF2;
}
.BgClassName
{
background-color: #338DF2;
}
</style>
border-color css
<style>
span { border-color: #338DF2; }
span { border-color: rgb(51,141,242); }
td.TdClassName
{
border-color: #338DF2;
}
.TagClassName
{
border-color: #338DF2;
}
</style>