Shades of Dodger Blue #348BE8
Tints of Dodger Blue #348BE8
RGB
CMYK
RGB Variations
Color information
#348BE8 (or 0x348BE8) is known color: Dodger Blue. HEX triplet: 34, 8B and E8. RGB value is (52,139,232). Sum of RGB (Red+Green+Blue) = 52+139+232=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #348BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BE8 is #CB7417. Grayscale: #7B7B7B. Windows color (decimal): -13333528 or 15239988. OLE color: 15239988.
HSL color Cylindrical-coordinate representation of color #348BE8: hue angle of 211º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #348BE8 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 139 | 232 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.09 |
| HSL | 211º | 0.8% | 0.56% | - |
| HSV(B) | 211º | 0.78% | 0.91% | - |
| XYZ | 25.21 | 25.02 | 79.84 | - |
| YUV | 123.59 | 189.18 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 232 | 0.78 | 0.40 | 0 | 0.09 | 211 | 0.8 | 0.56 |
| Hex | 34 | 8B | E8 | 4E | 28 | 0 | 9 | D3 | 50 | 38 |
| Octal | 64 | 213 | 350 | 116 | 50 | 0 | 11 | 323 | 120 | 70 |
| Binary | 110100 | 10001011 | 11101000 | 1001110 | 101000 | 0 | 1001 | 11010011 | 1010000 | 111000 |
Color Harmonies of #348BE8
Complementary color
Monochromatic Colors of #348BE8
Black with #348BE8
Text Example
Text Example
White with #348BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BE8; }
p { color: rgb(52,139,232); }
H1.HeaderClassName
{
color: #348BE8;
}
.AnyTagClassName
{
color: #348BE8;
}
</style>
background-color css
<style>
a { background-color: #348BE8; }
a { background-color: rgb(52,139,232); }
div.DivClassName
{
background-color: #348BE8;
}
.BgClassName
{
background-color: #348BE8;
}
</style>
border-color css
<style>
span { border-color: #348BE8; }
span { border-color: rgb(52,139,232); }
td.TdClassName
{
border-color: #348BE8;
}
.TagClassName
{
border-color: #348BE8;
}
</style>