Shades of Dodger Blue #348FE6
Tints of Dodger Blue #348FE6
RGB
CMYK
RGB Variations
Color information
#348FE6 (or 0x348FE6) is known color: Dodger Blue. HEX triplet: 34, 8F and E6. RGB value is (52,143,230). Sum of RGB (Red+Green+Blue) = 52+143+230=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #348FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348FE6 is #CB7019. Grayscale: #7D7D7D. Windows color (decimal): -13332506 or 15109940. OLE color: 15109940.
HSL color Cylindrical-coordinate representation of color #348FE6: hue angle of 209.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348FE6 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 143 | 230 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.10 |
| HSL | 209.33º | 0.78% | 0.55% | - |
| HSV(B) | 209.33º | 0.77% | 0.9% | - |
| XYZ | 25.52 | 26.09 | 78.55 | - |
| YUV | 125.71 | 186.85 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 230 | 0.77 | 0.38 | 0 | 0.10 | 209.33 | 0.78 | 0.55 |
| Hex | 34 | 8F | E6 | 4D | 26 | 0 | A | D1 | 4E | 37 |
| Octal | 64 | 217 | 346 | 115 | 46 | 0 | 12 | 321 | 116 | 67 |
| Binary | 110100 | 10001111 | 11100110 | 1001101 | 100110 | 0 | 1010 | 11010001 | 1001110 | 110111 |
Color Harmonies of #348FE6
Complementary color
Monochromatic Colors of #348FE6
Black with #348FE6
Text Example
Text Example
White with #348FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FE6; }
p { color: rgb(52,143,230); }
H1.HeaderClassName
{
color: #348FE6;
}
.AnyTagClassName
{
color: #348FE6;
}
</style>
background-color css
<style>
a { background-color: #348FE6; }
a { background-color: rgb(52,143,230); }
div.DivClassName
{
background-color: #348FE6;
}
.BgClassName
{
background-color: #348FE6;
}
</style>
border-color css
<style>
span { border-color: #348FE6; }
span { border-color: rgb(52,143,230); }
td.TdClassName
{
border-color: #348FE6;
}
.TagClassName
{
border-color: #348FE6;
}
</style>