Shades of Dodger Blue #348FFF
Tints of Dodger Blue #348FFF
RGB
CMYK
RGB Variations
Color information
#348FFF (or 0x348FFF) is known color: Dodger Blue. HEX triplet: 34, 8F and FF. RGB value is (52,143,255). Sum of RGB (Red+Green+Blue) = 52+143+255=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #348FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348FFF is #CB7000. Grayscale: #808080. Windows color (decimal): -13332481 or 16748340. OLE color: 16748340.
HSL color Cylindrical-coordinate representation of color #348FFF: hue angle of 213.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #348FFF is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 143 | 255 | - |
| CMYK | 0.80 | 0.44 | 0 | 0 |
| HSL | 213.1º | 1% | 0.6% | - |
| HSV(B) | 213.1º | 0.8% | 1% | - |
| XYZ | 29.29 | 27.59 | 98.39 | - |
| YUV | 128.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 255 | 0.80 | 0.44 | 0 | 0 | 213.1 | 1 | 0.6 |
| Hex | 34 | 8F | FF | 50 | 2C | 0 | 0 | D5 | 64 | 3C |
| Octal | 64 | 217 | 377 | 120 | 54 | 0 | 0 | 325 | 144 | 74 |
| Binary | 110100 | 10001111 | 11111111 | 1010000 | 101100 | 0 | 0 | 11010101 | 1100100 | 111100 |
Color Harmonies of #348FFF
Complementary color
Monochromatic Colors of #348FFF
Black with #348FFF
Text Example
Text Example
White with #348FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FFF; }
p { color: rgb(52,143,255); }
H1.HeaderClassName
{
color: #348FFF;
}
.AnyTagClassName
{
color: #348FFF;
}
</style>
background-color css
<style>
a { background-color: #348FFF; }
a { background-color: rgb(52,143,255); }
div.DivClassName
{
background-color: #348FFF;
}
.BgClassName
{
background-color: #348FFF;
}
</style>
border-color css
<style>
span { border-color: #348FFF; }
span { border-color: rgb(52,143,255); }
td.TdClassName
{
border-color: #348FFF;
}
.TagClassName
{
border-color: #348FFF;
}
</style>