Shades of Dodger Blue #348EEE
Tints of Dodger Blue #348EEE
RGB
CMYK
RGB Variations
Color information
#348EEE (or 0x348EEE) is known color: Dodger Blue. HEX triplet: 34, 8E and EE. RGB value is (52,142,238). Sum of RGB (Red+Green+Blue) = 52+142+238=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #348EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348EEE is #CB7111. Grayscale: #7D7D7D. Windows color (decimal): -13332754 or 15633972. OLE color: 15633972.
HSL color Cylindrical-coordinate representation of color #348EEE: hue angle of 210.97º 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 #348EEE is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 142 | 238 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.07 |
| HSL | 210.97º | 0.85% | 0.57% | - |
| HSV(B) | 210.97º | 0.78% | 0.93% | - |
| XYZ | 26.52 | 26.25 | 84.56 | - |
| YUV | 126.03 | 191.18 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 238 | 0.78 | 0.40 | 0 | 0.07 | 210.97 | 0.85 | 0.57 |
| Hex | 34 | 8E | EE | 4E | 28 | 0 | 7 | D3 | 55 | 39 |
| Octal | 64 | 216 | 356 | 116 | 50 | 0 | 7 | 323 | 125 | 71 |
| Binary | 110100 | 10001110 | 11101110 | 1001110 | 101000 | 0 | 111 | 11010011 | 1010101 | 111001 |
Color Harmonies of #348EEE
Complementary color
Monochromatic Colors of #348EEE
Black with #348EEE
Text Example
Text Example
White with #348EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348EEE; }
p { color: rgb(52,142,238); }
H1.HeaderClassName
{
color: #348EEE;
}
.AnyTagClassName
{
color: #348EEE;
}
</style>
background-color css
<style>
a { background-color: #348EEE; }
a { background-color: rgb(52,142,238); }
div.DivClassName
{
background-color: #348EEE;
}
.BgClassName
{
background-color: #348EEE;
}
</style>
border-color css
<style>
span { border-color: #348EEE; }
span { border-color: rgb(52,142,238); }
td.TdClassName
{
border-color: #348EEE;
}
.TagClassName
{
border-color: #348EEE;
}
</style>