Shades of Dodger Blue #348DFB
Tints of Dodger Blue #348DFB
RGB
CMYK
RGB Variations
Color information
#348DFB (or 0x348DFB) is known color: Dodger Blue. HEX triplet: 34, 8D and FB. RGB value is (52,141,251). Sum of RGB (Red+Green+Blue) = 52+141+251=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #348DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348DFB is #CB7204. Grayscale: #7E7E7E. Windows color (decimal): -13332997 or 16485684. OLE color: 16485684.
HSL color Cylindrical-coordinate representation of color #348DFB: hue angle of 213.17º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #348DFB is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 141 | 251 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.02 |
| HSL | 213.17º | 0.96% | 0.59% | - |
| HSV(B) | 213.17º | 0.79% | 0.98% | - |
| XYZ | 28.35 | 26.74 | 94.93 | - |
| YUV | 126.93 | 198.01 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 251 | 0.79 | 0.44 | 0 | 0.02 | 213.17 | 0.96 | 0.59 |
| Hex | 34 | 8D | FB | 4F | 2C | 0 | 2 | D5 | 60 | 3B |
| Octal | 64 | 215 | 373 | 117 | 54 | 0 | 2 | 325 | 140 | 73 |
| Binary | 110100 | 10001101 | 11111011 | 1001111 | 101100 | 0 | 10 | 11010101 | 1100000 | 111011 |
Color Harmonies of #348DFB
Complementary color
Monochromatic Colors of #348DFB
Black with #348DFB
Text Example
Text Example
White with #348DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DFB; }
p { color: rgb(52,141,251); }
H1.HeaderClassName
{
color: #348DFB;
}
.AnyTagClassName
{
color: #348DFB;
}
</style>
background-color css
<style>
a { background-color: #348DFB; }
a { background-color: rgb(52,141,251); }
div.DivClassName
{
background-color: #348DFB;
}
.BgClassName
{
background-color: #348DFB;
}
</style>
border-color css
<style>
span { border-color: #348DFB; }
span { border-color: rgb(52,141,251); }
td.TdClassName
{
border-color: #348DFB;
}
.TagClassName
{
border-color: #348DFB;
}
</style>