Shades of Dodger Blue #348BFA
Tints of Dodger Blue #348BFA
RGB
CMYK
RGB Variations
Color information
#348BFA (or 0x348BFA) is known color: Dodger Blue. HEX triplet: 34, 8B and FA. RGB value is (52,139,250). Sum of RGB (Red+Green+Blue) = 52+139+250=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #348BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BFA is #CB7405. Grayscale: #7D7D7D. Windows color (decimal): -13333510 or 16419636. OLE color: 16419636.
HSL color Cylindrical-coordinate representation of color #348BFA: hue angle of 213.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #348BFA is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 139 | 250 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.02 |
| HSL | 213.64º | 0.95% | 0.59% | - |
| HSV(B) | 213.64º | 0.79% | 0.98% | - |
| XYZ | 27.9 | 26.1 | 94.01 | - |
| YUV | 125.64 | 198.18 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 250 | 0.79 | 0.44 | 0 | 0.02 | 213.64 | 0.95 | 0.59 |
| Hex | 34 | 8B | FA | 4F | 2C | 0 | 2 | D6 | 5F | 3B |
| Octal | 64 | 213 | 372 | 117 | 54 | 0 | 2 | 326 | 137 | 73 |
| Binary | 110100 | 10001011 | 11111010 | 1001111 | 101100 | 0 | 10 | 11010110 | 1011111 | 111011 |
Color Harmonies of #348BFA
Complementary color
Monochromatic Colors of #348BFA
Black with #348BFA
Text Example
Text Example
White with #348BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BFA; }
p { color: rgb(52,139,250); }
H1.HeaderClassName
{
color: #348BFA;
}
.AnyTagClassName
{
color: #348BFA;
}
</style>
background-color css
<style>
a { background-color: #348BFA; }
a { background-color: rgb(52,139,250); }
div.DivClassName
{
background-color: #348BFA;
}
.BgClassName
{
background-color: #348BFA;
}
</style>
border-color css
<style>
span { border-color: #348BFA; }
span { border-color: rgb(52,139,250); }
td.TdClassName
{
border-color: #348BFA;
}
.TagClassName
{
border-color: #348BFA;
}
</style>