Shades of Dodger Blue #348AF0
Tints of Dodger Blue #348AF0
RGB
CMYK
RGB Variations
Color information
#348AF0 (or 0x348AF0) is known color: Dodger Blue. HEX triplet: 34, 8A and F0. RGB value is (52,138,240). Sum of RGB (Red+Green+Blue) = 52+138+240=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #348AF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348AF0 is #CB750F. Grayscale: #7B7B7B. Windows color (decimal): -13333776 or 15764020. OLE color: 15764020.
HSL color Cylindrical-coordinate representation of color #348AF0: hue angle of 212.55º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #348AF0 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 138 | 240 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.06 |
| HSL | 212.55º | 0.86% | 0.57% | - |
| HSV(B) | 212.55º | 0.78% | 0.94% | - |
| XYZ | 26.23 | 25.2 | 85.92 | - |
| YUV | 123.91 | 193.51 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 240 | 0.78 | 0.42 | 0 | 0.06 | 212.55 | 0.86 | 0.57 |
| Hex | 34 | 8A | F0 | 4E | 2A | 0 | 6 | D5 | 56 | 39 |
| Octal | 64 | 212 | 360 | 116 | 52 | 0 | 6 | 325 | 126 | 71 |
| Binary | 110100 | 10001010 | 11110000 | 1001110 | 101010 | 0 | 110 | 11010101 | 1010110 | 111001 |
Color Harmonies of #348AF0
Complementary color
Monochromatic Colors of #348AF0
Black with #348AF0
Text Example
Text Example
White with #348AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AF0; }
p { color: rgb(52,138,240); }
H1.HeaderClassName
{
color: #348AF0;
}
.AnyTagClassName
{
color: #348AF0;
}
</style>
background-color css
<style>
a { background-color: #348AF0; }
a { background-color: rgb(52,138,240); }
div.DivClassName
{
background-color: #348AF0;
}
.BgClassName
{
background-color: #348AF0;
}
</style>
border-color css
<style>
span { border-color: #348AF0; }
span { border-color: rgb(52,138,240); }
td.TdClassName
{
border-color: #348AF0;
}
.TagClassName
{
border-color: #348AF0;
}
</style>