Shades of Dodger Blue #348BEE
Tints of Dodger Blue #348BEE
RGB
CMYK
RGB Variations
Color information
#348BEE (or 0x348BEE) is known color: Dodger Blue. HEX triplet: 34, 8B and EE. RGB value is (52,139,238). Sum of RGB (Red+Green+Blue) = 52+139+238=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #348BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BEE is #CB7411. Grayscale: #7B7B7B. Windows color (decimal): -13333522 or 15633204. OLE color: 15633204.
HSL color Cylindrical-coordinate representation of color #348BEE: hue angle of 211.94º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #348BEE is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 139 | 238 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.07 |
| HSL | 211.94º | 0.85% | 0.57% | - |
| HSV(B) | 211.94º | 0.78% | 0.93% | - |
| XYZ | 26.08 | 25.37 | 84.41 | - |
| YUV | 124.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 238 | 0.78 | 0.42 | 0 | 0.07 | 211.94 | 0.85 | 0.57 |
| Hex | 34 | 8B | EE | 4E | 2A | 0 | 7 | D4 | 55 | 39 |
| Octal | 64 | 213 | 356 | 116 | 52 | 0 | 7 | 324 | 125 | 71 |
| Binary | 110100 | 10001011 | 11101110 | 1001110 | 101010 | 0 | 111 | 11010100 | 1010101 | 111001 |
Color Harmonies of #348BEE
Complementary color
Monochromatic Colors of #348BEE
Black with #348BEE
Text Example
Text Example
White with #348BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BEE; }
p { color: rgb(52,139,238); }
H1.HeaderClassName
{
color: #348BEE;
}
.AnyTagClassName
{
color: #348BEE;
}
</style>
background-color css
<style>
a { background-color: #348BEE; }
a { background-color: rgb(52,139,238); }
div.DivClassName
{
background-color: #348BEE;
}
.BgClassName
{
background-color: #348BEE;
}
</style>
border-color css
<style>
span { border-color: #348BEE; }
span { border-color: rgb(52,139,238); }
td.TdClassName
{
border-color: #348BEE;
}
.TagClassName
{
border-color: #348BEE;
}
</style>