Shades of Dodger Blue #348BE9
Tints of Dodger Blue #348BE9
RGB
CMYK
RGB Variations
Color information
#348BE9 (or 0x348BE9) is known color: Dodger Blue. HEX triplet: 34, 8B and E9. RGB value is (52,139,233). Sum of RGB (Red+Green+Blue) = 52+139+233=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #348BE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BE9 is #CB7416. Grayscale: #7B7B7B. Windows color (decimal): -13333527 or 15305524. OLE color: 15305524.
HSL color Cylindrical-coordinate representation of color #348BE9: hue angle of 211.16º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #348BE9 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 139 | 233 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.09 |
| HSL | 211.16º | 0.8% | 0.56% | - |
| HSV(B) | 211.16º | 0.78% | 0.91% | - |
| XYZ | 25.36 | 25.08 | 80.59 | - |
| YUV | 123.7 | 189.68 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 233 | 0.78 | 0.40 | 0 | 0.09 | 211.16 | 0.8 | 0.56 |
| Hex | 34 | 8B | E9 | 4E | 28 | 0 | 9 | D3 | 50 | 38 |
| Octal | 64 | 213 | 351 | 116 | 50 | 0 | 11 | 323 | 120 | 70 |
| Binary | 110100 | 10001011 | 11101001 | 1001110 | 101000 | 0 | 1001 | 11010011 | 1010000 | 111000 |
Color Harmonies of #348BE9
Complementary color
Monochromatic Colors of #348BE9
Black with #348BE9
Text Example
Text Example
White with #348BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BE9; }
p { color: rgb(52,139,233); }
H1.HeaderClassName
{
color: #348BE9;
}
.AnyTagClassName
{
color: #348BE9;
}
</style>
background-color css
<style>
a { background-color: #348BE9; }
a { background-color: rgb(52,139,233); }
div.DivClassName
{
background-color: #348BE9;
}
.BgClassName
{
background-color: #348BE9;
}
</style>
border-color css
<style>
span { border-color: #348BE9; }
span { border-color: rgb(52,139,233); }
td.TdClassName
{
border-color: #348BE9;
}
.TagClassName
{
border-color: #348BE9;
}
</style>