Shades of Dodger Blue #349EFF
Tints of Dodger Blue #349EFF
RGB
CMYK
RGB Variations
Color information
#349EFF (or 0x349EFF) is known color: Dodger Blue. HEX triplet: 34, 9E and FF. RGB value is (52,158,255). Sum of RGB (Red+Green+Blue) = 52+158+255=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #349EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349EFF is #CB6100. Grayscale: #888888. Windows color (decimal): -13328641 or 16752180. OLE color: 16752180.
HSL color Cylindrical-coordinate representation of color #349EFF: hue angle of 208.67º 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 #349EFF is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 158 | 255 | - |
| CMYK | 0.80 | 0.38 | 0 | 0 |
| HSL | 208.67º | 1% | 0.6% | - |
| HSV(B) | 208.67º | 0.8% | 1% | - |
| XYZ | 31.69 | 32.4 | 99.19 | - |
| YUV | 137.36 | 194.38 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 255 | 0.80 | 0.38 | 0 | 0 | 208.67 | 1 | 0.6 |
| Hex | 34 | 9E | FF | 50 | 26 | 0 | 0 | D1 | 64 | 3C |
| Octal | 64 | 236 | 377 | 120 | 46 | 0 | 0 | 321 | 144 | 74 |
| Binary | 110100 | 10011110 | 11111111 | 1010000 | 100110 | 0 | 0 | 11010001 | 1100100 | 111100 |
Color Harmonies of #349EFF
Complementary color
Monochromatic Colors of #349EFF
Black with #349EFF
Text Example
Text Example
White with #349EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349EFF; }
p { color: rgb(52,158,255); }
H1.HeaderClassName
{
color: #349EFF;
}
.AnyTagClassName
{
color: #349EFF;
}
</style>
background-color css
<style>
a { background-color: #349EFF; }
a { background-color: rgb(52,158,255); }
div.DivClassName
{
background-color: #349EFF;
}
.BgClassName
{
background-color: #349EFF;
}
</style>
border-color css
<style>
span { border-color: #349EFF; }
span { border-color: rgb(52,158,255); }
td.TdClassName
{
border-color: #349EFF;
}
.TagClassName
{
border-color: #349EFF;
}
</style>