Shades of Dodger Blue #349FFF
Tints of Dodger Blue #349FFF
RGB
CMYK
RGB Variations
Color information
#349FFF (or 0x349FFF) is known color: Dodger Blue. HEX triplet: 34, 9F and FF. RGB value is (52,159,255). Sum of RGB (Red+Green+Blue) = 52+159+255=466 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.16% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #349FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349FFF is #CB6000. Grayscale: #898989. Windows color (decimal): -13328385 or 16752436. OLE color: 16752436.
HSL color Cylindrical-coordinate representation of color #349FFF: hue angle of 208.37º 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 #349FFF is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 159 | 255 | - |
| CMYK | 0.80 | 0.38 | 0 | 0 |
| HSL | 208.37º | 1% | 0.6% | - |
| HSV(B) | 208.37º | 0.8% | 1% | - |
| XYZ | 31.86 | 32.75 | 99.25 | - |
| YUV | 137.95 | 194.05 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 255 | 0.80 | 0.38 | 0 | 0 | 208.37 | 1 | 0.6 |
| Hex | 34 | 9F | FF | 50 | 26 | 0 | 0 | D0 | 64 | 3C |
| Octal | 64 | 237 | 377 | 120 | 46 | 0 | 0 | 320 | 144 | 74 |
| Binary | 110100 | 10011111 | 11111111 | 1010000 | 100110 | 0 | 0 | 11010000 | 1100100 | 111100 |
Color Harmonies of #349FFF
Complementary color
Monochromatic Colors of #349FFF
Black with #349FFF
Text Example
Text Example
White with #349FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FFF; }
p { color: rgb(52,159,255); }
H1.HeaderClassName
{
color: #349FFF;
}
.AnyTagClassName
{
color: #349FFF;
}
</style>
background-color css
<style>
a { background-color: #349FFF; }
a { background-color: rgb(52,159,255); }
div.DivClassName
{
background-color: #349FFF;
}
.BgClassName
{
background-color: #349FFF;
}
</style>
border-color css
<style>
span { border-color: #349FFF; }
span { border-color: rgb(52,159,255); }
td.TdClassName
{
border-color: #349FFF;
}
.TagClassName
{
border-color: #349FFF;
}
</style>