Shades of Dodger Blue #348FE7
Tints of Dodger Blue #348FE7
RGB
CMYK
RGB Variations
Color information
#348FE7 (or 0x348FE7) is known color: Dodger Blue. HEX triplet: 34, 8F and E7. RGB value is (52,143,231). Sum of RGB (Red+Green+Blue) = 52+143+231=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #348FE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348FE7 is #CB7018. Grayscale: #7D7D7D. Windows color (decimal): -13332505 or 15175476. OLE color: 15175476.
HSL color Cylindrical-coordinate representation of color #348FE7: hue angle of 209.5º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348FE7 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 143 | 231 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.09 |
| HSL | 209.5º | 0.79% | 0.55% | - |
| HSV(B) | 209.5º | 0.77% | 0.91% | - |
| XYZ | 25.66 | 26.14 | 79.3 | - |
| YUV | 125.82 | 187.35 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 231 | 0.77 | 0.38 | 0 | 0.09 | 209.5 | 0.79 | 0.55 |
| Hex | 34 | 8F | E7 | 4D | 26 | 0 | 9 | D1 | 4F | 37 |
| Octal | 64 | 217 | 347 | 115 | 46 | 0 | 11 | 321 | 117 | 67 |
| Binary | 110100 | 10001111 | 11100111 | 1001101 | 100110 | 0 | 1001 | 11010001 | 1001111 | 110111 |
Color Harmonies of #348FE7
Complementary color
Monochromatic Colors of #348FE7
Black with #348FE7
Text Example
Text Example
White with #348FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FE7; }
p { color: rgb(52,143,231); }
H1.HeaderClassName
{
color: #348FE7;
}
.AnyTagClassName
{
color: #348FE7;
}
</style>
background-color css
<style>
a { background-color: #348FE7; }
a { background-color: rgb(52,143,231); }
div.DivClassName
{
background-color: #348FE7;
}
.BgClassName
{
background-color: #348FE7;
}
</style>
border-color css
<style>
span { border-color: #348FE7; }
span { border-color: rgb(52,143,231); }
td.TdClassName
{
border-color: #348FE7;
}
.TagClassName
{
border-color: #348FE7;
}
</style>