Shades of Dodger Blue #348BF8
Tints of Dodger Blue #348BF8
RGB
CMYK
RGB Variations
Color information
#348BF8 (or 0x348BF8) is known color: Dodger Blue. HEX triplet: 34, 8B and F8. RGB value is (52,139,248). Sum of RGB (Red+Green+Blue) = 52+139+248=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 248 (97.27% from 255 or 56.49% from 439); Max value from RGB is 248 - color contains mainly: blue. Hex color #348BF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BF8 is #CB7407. Grayscale: #7C7C7C. Windows color (decimal): -13333512 or 16288564. OLE color: 16288564.
HSL color Cylindrical-coordinate representation of color #348BF8: hue angle of 213.37º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #348BF8 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 139 | 248 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.03 |
| HSL | 213.37º | 0.93% | 0.59% | - |
| HSV(B) | 213.37º | 0.79% | 0.97% | - |
| XYZ | 27.59 | 25.97 | 92.37 | - |
| YUV | 125.41 | 197.18 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 248 | 0.79 | 0.44 | 0 | 0.03 | 213.37 | 0.93 | 0.59 |
| Hex | 34 | 8B | F8 | 4F | 2C | 0 | 3 | D5 | 5D | 3B |
| Octal | 64 | 213 | 370 | 117 | 54 | 0 | 3 | 325 | 135 | 73 |
| Binary | 110100 | 10001011 | 11111000 | 1001111 | 101100 | 0 | 11 | 11010101 | 1011101 | 111011 |
Color Harmonies of #348BF8
Complementary color
Monochromatic Colors of #348BF8
Black with #348BF8
Text Example
Text Example
White with #348BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BF8; }
p { color: rgb(52,139,248); }
H1.HeaderClassName
{
color: #348BF8;
}
.AnyTagClassName
{
color: #348BF8;
}
</style>
background-color css
<style>
a { background-color: #348BF8; }
a { background-color: rgb(52,139,248); }
div.DivClassName
{
background-color: #348BF8;
}
.BgClassName
{
background-color: #348BF8;
}
</style>
border-color css
<style>
span { border-color: #348BF8; }
span { border-color: rgb(52,139,248); }
td.TdClassName
{
border-color: #348BF8;
}
.TagClassName
{
border-color: #348BF8;
}
</style>