Shades of Dodger Blue #338DF0
Tints of Dodger Blue #338DF0
RGB
CMYK
RGB Variations
Color information
#338DF0 (or 0x338DF0) is known color: Dodger Blue. HEX triplet: 33, 8D and F0. RGB value is (51,141,240). Sum of RGB (Red+Green+Blue) = 51+141+240=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #338DF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DF0 is #CC720F. Grayscale: #7C7C7C. Windows color (decimal): -13398544 or 15764787. OLE color: 15764787.
HSL color Cylindrical-coordinate representation of color #338DF0: hue angle of 211.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338DF0 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 141 | 240 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.06 |
| HSL | 211.43º | 0.86% | 0.57% | - |
| HSV(B) | 211.43º | 0.79% | 0.94% | - |
| XYZ | 26.62 | 26.04 | 86.06 | - |
| YUV | 125.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 240 | 0.79 | 0.41 | 0 | 0.06 | 211.43 | 0.86 | 0.57 |
| Hex | 33 | 8D | F0 | 4F | 29 | 0 | 6 | D3 | 56 | 39 |
| Octal | 63 | 215 | 360 | 117 | 51 | 0 | 6 | 323 | 126 | 71 |
| Binary | 110011 | 10001101 | 11110000 | 1001111 | 101001 | 0 | 110 | 11010011 | 1010110 | 111001 |
Color Harmonies of #338DF0
Complementary color
Monochromatic Colors of #338DF0
Black with #338DF0
Text Example
Text Example
White with #338DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DF0; }
p { color: rgb(51,141,240); }
H1.HeaderClassName
{
color: #338DF0;
}
.AnyTagClassName
{
color: #338DF0;
}
</style>
background-color css
<style>
a { background-color: #338DF0; }
a { background-color: rgb(51,141,240); }
div.DivClassName
{
background-color: #338DF0;
}
.BgClassName
{
background-color: #338DF0;
}
</style>
border-color css
<style>
span { border-color: #338DF0; }
span { border-color: rgb(51,141,240); }
td.TdClassName
{
border-color: #338DF0;
}
.TagClassName
{
border-color: #338DF0;
}
</style>