Shades of Dodger Blue #348DDF
Tints of Dodger Blue #348DDF
RGB
CMYK
RGB Variations
Color information
#348DDF (or 0x348DDF) is known color: Dodger Blue. HEX triplet: 34, 8D and DF. RGB value is (52,141,223). Sum of RGB (Red+Green+Blue) = 52+141+223=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #348DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DDF is #CB7220. Grayscale: #7B7B7B. Windows color (decimal): -13333025 or 14650676. OLE color: 14650676.
HSL color Cylindrical-coordinate representation of color #348DDF: hue angle of 208.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348DDF is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 141 | 223 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.13 |
| HSL | 208.77º | 0.73% | 0.54% | - |
| HSV(B) | 208.77º | 0.77% | 0.87% | - |
| XYZ | 24.26 | 25.11 | 73.38 | - |
| YUV | 123.74 | 184.01 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 223 | 0.77 | 0.37 | 0 | 0.13 | 208.77 | 0.73 | 0.54 |
| Hex | 34 | 8D | DF | 4D | 25 | 0 | D | D1 | 49 | 36 |
| Octal | 64 | 215 | 337 | 115 | 45 | 0 | 15 | 321 | 111 | 66 |
| Binary | 110100 | 10001101 | 11011111 | 1001101 | 100101 | 0 | 1101 | 11010001 | 1001001 | 110110 |
Color Harmonies of #348DDF
Complementary color
Monochromatic Colors of #348DDF
Black with #348DDF
Text Example
Text Example
White with #348DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DDF; }
p { color: rgb(52,141,223); }
H1.HeaderClassName
{
color: #348DDF;
}
.AnyTagClassName
{
color: #348DDF;
}
</style>
background-color css
<style>
a { background-color: #348DDF; }
a { background-color: rgb(52,141,223); }
div.DivClassName
{
background-color: #348DDF;
}
.BgClassName
{
background-color: #348DDF;
}
</style>
border-color css
<style>
span { border-color: #348DDF; }
span { border-color: rgb(52,141,223); }
td.TdClassName
{
border-color: #348DDF;
}
.TagClassName
{
border-color: #348DDF;
}
</style>