Shades of Dodger Blue #348BEB
Tints of Dodger Blue #348BEB
RGB
CMYK
RGB Variations
Color information
#348BEB (or 0x348BEB) is known color: Dodger Blue. HEX triplet: 34, 8B and EB. RGB value is (52,139,235). Sum of RGB (Red+Green+Blue) = 52+139+235=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #348BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BEB is #CB7414. Grayscale: #7B7B7B. Windows color (decimal): -13333525 or 15436596. OLE color: 15436596.
HSL color Cylindrical-coordinate representation of color #348BEB: hue angle of 211.48º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #348BEB is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 139 | 235 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.08 |
| HSL | 211.48º | 0.82% | 0.56% | - |
| HSV(B) | 211.48º | 0.78% | 0.92% | - |
| XYZ | 25.64 | 25.19 | 82.11 | - |
| YUV | 123.93 | 190.68 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 235 | 0.78 | 0.41 | 0 | 0.08 | 211.48 | 0.82 | 0.56 |
| Hex | 34 | 8B | EB | 4E | 29 | 0 | 8 | D3 | 52 | 38 |
| Octal | 64 | 213 | 353 | 116 | 51 | 0 | 10 | 323 | 122 | 70 |
| Binary | 110100 | 10001011 | 11101011 | 1001110 | 101001 | 0 | 1000 | 11010011 | 1010010 | 111000 |
Color Harmonies of #348BEB
Complementary color
Monochromatic Colors of #348BEB
Black with #348BEB
Text Example
Text Example
White with #348BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BEB; }
p { color: rgb(52,139,235); }
H1.HeaderClassName
{
color: #348BEB;
}
.AnyTagClassName
{
color: #348BEB;
}
</style>
background-color css
<style>
a { background-color: #348BEB; }
a { background-color: rgb(52,139,235); }
div.DivClassName
{
background-color: #348BEB;
}
.BgClassName
{
background-color: #348BEB;
}
</style>
border-color css
<style>
span { border-color: #348BEB; }
span { border-color: rgb(52,139,235); }
td.TdClassName
{
border-color: #348BEB;
}
.TagClassName
{
border-color: #348BEB;
}
</style>