Shades of Dodger Blue #348FE5
Tints of Dodger Blue #348FE5
RGB
CMYK
RGB Variations
Color information
#348FE5 (or 0x348FE5) is known color: Dodger Blue. HEX triplet: 34, 8F and E5. RGB value is (52,143,229). Sum of RGB (Red+Green+Blue) = 52+143+229=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #348FE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FE5 is #CB701A. Grayscale: #7D7D7D. Windows color (decimal): -13332507 or 15044404. OLE color: 15044404.
HSL color Cylindrical-coordinate representation of color #348FE5: hue angle of 209.15º 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 #348FE5 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 143 | 229 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.10 |
| HSL | 209.15º | 0.77% | 0.55% | - |
| HSV(B) | 209.15º | 0.77% | 0.9% | - |
| XYZ | 25.38 | 26.03 | 77.82 | - |
| YUV | 125.6 | 186.35 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 229 | 0.77 | 0.38 | 0 | 0.10 | 209.15 | 0.77 | 0.55 |
| Hex | 34 | 8F | E5 | 4D | 26 | 0 | A | D1 | 4D | 37 |
| Octal | 64 | 217 | 345 | 115 | 46 | 0 | 12 | 321 | 115 | 67 |
| Binary | 110100 | 10001111 | 11100101 | 1001101 | 100110 | 0 | 1010 | 11010001 | 1001101 | 110111 |
Color Harmonies of #348FE5
Complementary color
Monochromatic Colors of #348FE5
Black with #348FE5
Text Example
Text Example
White with #348FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FE5; }
p { color: rgb(52,143,229); }
H1.HeaderClassName
{
color: #348FE5;
}
.AnyTagClassName
{
color: #348FE5;
}
</style>
background-color css
<style>
a { background-color: #348FE5; }
a { background-color: rgb(52,143,229); }
div.DivClassName
{
background-color: #348FE5;
}
.BgClassName
{
background-color: #348FE5;
}
</style>
border-color css
<style>
span { border-color: #348FE5; }
span { border-color: rgb(52,143,229); }
td.TdClassName
{
border-color: #348FE5;
}
.TagClassName
{
border-color: #348FE5;
}
</style>