Shades of Dodger Blue #348ADF
Tints of Dodger Blue #348ADF
RGB
CMYK
RGB Variations
Color information
#348ADF (or 0x348ADF) is known color: Dodger Blue. HEX triplet: 34, 8A and DF. RGB value is (52,138,223). Sum of RGB (Red+Green+Blue) = 52+138+223=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #348ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ADF is #CB7520. Grayscale: #797979. Windows color (decimal): -13333793 or 14649908. OLE color: 14649908.
HSL color Cylindrical-coordinate representation of color #348ADF: hue angle of 209.82º 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 #348ADF is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 138 | 223 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.13 |
| HSL | 209.82º | 0.73% | 0.54% | - |
| HSV(B) | 209.82º | 0.77% | 0.87% | - |
| XYZ | 23.82 | 24.23 | 73.23 | - |
| YUV | 121.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 223 | 0.77 | 0.38 | 0 | 0.13 | 209.82 | 0.73 | 0.54 |
| Hex | 34 | 8A | DF | 4D | 26 | 0 | D | D2 | 49 | 36 |
| Octal | 64 | 212 | 337 | 115 | 46 | 0 | 15 | 322 | 111 | 66 |
| Binary | 110100 | 10001010 | 11011111 | 1001101 | 100110 | 0 | 1101 | 11010010 | 1001001 | 110110 |
Color Harmonies of #348ADF
Complementary color
Monochromatic Colors of #348ADF
Black with #348ADF
Text Example
Text Example
White with #348ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348ADF; }
p { color: rgb(52,138,223); }
H1.HeaderClassName
{
color: #348ADF;
}
.AnyTagClassName
{
color: #348ADF;
}
</style>
background-color css
<style>
a { background-color: #348ADF; }
a { background-color: rgb(52,138,223); }
div.DivClassName
{
background-color: #348ADF;
}
.BgClassName
{
background-color: #348ADF;
}
</style>
border-color css
<style>
span { border-color: #348ADF; }
span { border-color: rgb(52,138,223); }
td.TdClassName
{
border-color: #348ADF;
}
.TagClassName
{
border-color: #348ADF;
}
</style>