Shades of Dodger Blue #348BE6
Tints of Dodger Blue #348BE6
RGB
CMYK
RGB Variations
Color information
#348BE6 (or 0x348BE6) is known color: Dodger Blue. HEX triplet: 34, 8B and E6. RGB value is (52,139,230). Sum of RGB (Red+Green+Blue) = 52+139+230=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #348BE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BE6 is #CB7419. Grayscale: #7A7A7A. Windows color (decimal): -13333530 or 15108916. OLE color: 15108916.
HSL color Cylindrical-coordinate representation of color #348BE6: hue angle of 210.67º 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 #348BE6 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 139 | 230 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.10 |
| HSL | 210.67º | 0.78% | 0.55% | - |
| HSV(B) | 210.67º | 0.77% | 0.9% | - |
| XYZ | 24.93 | 24.91 | 78.36 | - |
| YUV | 123.36 | 188.18 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 230 | 0.77 | 0.40 | 0 | 0.10 | 210.67 | 0.78 | 0.55 |
| Hex | 34 | 8B | E6 | 4D | 28 | 0 | A | D3 | 4E | 37 |
| Octal | 64 | 213 | 346 | 115 | 50 | 0 | 12 | 323 | 116 | 67 |
| Binary | 110100 | 10001011 | 11100110 | 1001101 | 101000 | 0 | 1010 | 11010011 | 1001110 | 110111 |
Color Harmonies of #348BE6
Complementary color
Monochromatic Colors of #348BE6
Black with #348BE6
Text Example
Text Example
White with #348BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BE6; }
p { color: rgb(52,139,230); }
H1.HeaderClassName
{
color: #348BE6;
}
.AnyTagClassName
{
color: #348BE6;
}
</style>
background-color css
<style>
a { background-color: #348BE6; }
a { background-color: rgb(52,139,230); }
div.DivClassName
{
background-color: #348BE6;
}
.BgClassName
{
background-color: #348BE6;
}
</style>
border-color css
<style>
span { border-color: #348BE6; }
span { border-color: rgb(52,139,230); }
td.TdClassName
{
border-color: #348BE6;
}
.TagClassName
{
border-color: #348BE6;
}
</style>