Shades of Dodger Blue #348FED
Tints of Dodger Blue #348FED
RGB
CMYK
RGB Variations
Color information
#348FED (or 0x348FED) is known color: Dodger Blue. HEX triplet: 34, 8F and ED. RGB value is (52,143,237). Sum of RGB (Red+Green+Blue) = 52+143+237=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #348FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348FED is #CB7012. Grayscale: #7E7E7E. Windows color (decimal): -13332499 or 15568692. OLE color: 15568692.
HSL color Cylindrical-coordinate representation of color #348FED: hue angle of 210.49º degrees, saturation: 0.84, 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 #348FED is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 143 | 237 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.07 |
| HSL | 210.49º | 0.84% | 0.57% | - |
| HSV(B) | 210.49º | 0.78% | 0.93% | - |
| XYZ | 26.52 | 26.49 | 83.84 | - |
| YUV | 126.51 | 190.35 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 237 | 0.78 | 0.40 | 0 | 0.07 | 210.49 | 0.84 | 0.57 |
| Hex | 34 | 8F | ED | 4E | 28 | 0 | 7 | D2 | 54 | 39 |
| Octal | 64 | 217 | 355 | 116 | 50 | 0 | 7 | 322 | 124 | 71 |
| Binary | 110100 | 10001111 | 11101101 | 1001110 | 101000 | 0 | 111 | 11010010 | 1010100 | 111001 |
Color Harmonies of #348FED
Complementary color
Monochromatic Colors of #348FED
Black with #348FED
Text Example
Text Example
White with #348FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FED; }
p { color: rgb(52,143,237); }
H1.HeaderClassName
{
color: #348FED;
}
.AnyTagClassName
{
color: #348FED;
}
</style>
background-color css
<style>
a { background-color: #348FED; }
a { background-color: rgb(52,143,237); }
div.DivClassName
{
background-color: #348FED;
}
.BgClassName
{
background-color: #348FED;
}
</style>
border-color css
<style>
span { border-color: #348FED; }
span { border-color: rgb(52,143,237); }
td.TdClassName
{
border-color: #348FED;
}
.TagClassName
{
border-color: #348FED;
}
</style>