Shades of Dodger Blue #348BF2
Tints of Dodger Blue #348BF2
RGB
CMYK
RGB Variations
Color information
#348BF2 (or 0x348BF2) is known color: Dodger Blue. HEX triplet: 34, 8B and F2. RGB value is (52,139,242). Sum of RGB (Red+Green+Blue) = 52+139+242=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #348BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BF2 is #CB740D. Grayscale: #7C7C7C. Windows color (decimal): -13333518 or 15895348. OLE color: 15895348.
HSL color Cylindrical-coordinate representation of color #348BF2: hue angle of 212.53º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #348BF2 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 139 | 242 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.05 |
| HSL | 212.53º | 0.88% | 0.58% | - |
| HSV(B) | 212.53º | 0.79% | 0.95% | - |
| XYZ | 26.68 | 25.61 | 87.54 | - |
| YUV | 124.73 | 194.18 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 242 | 0.79 | 0.43 | 0 | 0.05 | 212.53 | 0.88 | 0.58 |
| Hex | 34 | 8B | F2 | 4F | 2B | 0 | 5 | D5 | 58 | 3A |
| Octal | 64 | 213 | 362 | 117 | 53 | 0 | 5 | 325 | 130 | 72 |
| Binary | 110100 | 10001011 | 11110010 | 1001111 | 101011 | 0 | 101 | 11010101 | 1011000 | 111010 |
Color Harmonies of #348BF2
Complementary color
Monochromatic Colors of #348BF2
Black with #348BF2
Text Example
Text Example
White with #348BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BF2; }
p { color: rgb(52,139,242); }
H1.HeaderClassName
{
color: #348BF2;
}
.AnyTagClassName
{
color: #348BF2;
}
</style>
background-color css
<style>
a { background-color: #348BF2; }
a { background-color: rgb(52,139,242); }
div.DivClassName
{
background-color: #348BF2;
}
.BgClassName
{
background-color: #348BF2;
}
</style>
border-color css
<style>
span { border-color: #348BF2; }
span { border-color: rgb(52,139,242); }
td.TdClassName
{
border-color: #348BF2;
}
.TagClassName
{
border-color: #348BF2;
}
</style>