Shades of Dodger Blue #348EE5
Tints of Dodger Blue #348EE5
RGB
CMYK
RGB Variations
Color information
#348EE5 (or 0x348EE5) is known color: Dodger Blue. HEX triplet: 34, 8E and E5. RGB value is (52,142,229). Sum of RGB (Red+Green+Blue) = 52+142+229=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #348EE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EE5 is #CB711A. Grayscale: #7C7C7C. Windows color (decimal): -13332763 or 15044148. OLE color: 15044148.
HSL color Cylindrical-coordinate representation of color #348EE5: hue angle of 209.49º degrees, saturation: 0.77, 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 #348EE5 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 142 | 229 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.10 |
| HSL | 209.49º | 0.77% | 0.55% | - |
| HSV(B) | 209.49º | 0.77% | 0.9% | - |
| XYZ | 25.23 | 25.73 | 77.77 | - |
| YUV | 125.01 | 186.68 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 229 | 0.77 | 0.38 | 0 | 0.10 | 209.49 | 0.77 | 0.55 |
| Hex | 34 | 8E | E5 | 4D | 26 | 0 | A | D1 | 4D | 37 |
| Octal | 64 | 216 | 345 | 115 | 46 | 0 | 12 | 321 | 115 | 67 |
| Binary | 110100 | 10001110 | 11100101 | 1001101 | 100110 | 0 | 1010 | 11010001 | 1001101 | 110111 |
Color Harmonies of #348EE5
Complementary color
Monochromatic Colors of #348EE5
Black with #348EE5
Text Example
Text Example
White with #348EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348EE5; }
p { color: rgb(52,142,229); }
H1.HeaderClassName
{
color: #348EE5;
}
.AnyTagClassName
{
color: #348EE5;
}
</style>
background-color css
<style>
a { background-color: #348EE5; }
a { background-color: rgb(52,142,229); }
div.DivClassName
{
background-color: #348EE5;
}
.BgClassName
{
background-color: #348EE5;
}
</style>
border-color css
<style>
span { border-color: #348EE5; }
span { border-color: rgb(52,142,229); }
td.TdClassName
{
border-color: #348EE5;
}
.TagClassName
{
border-color: #348EE5;
}
</style>