Shades of Dodger Blue #349AFF
Tints of Dodger Blue #349AFF
RGB
CMYK
RGB Variations
Color information
#349AFF (or 0x349AFF) is known color: Dodger Blue. HEX triplet: 34, 9A and FF. RGB value is (52,154,255). Sum of RGB (Red+Green+Blue) = 52+154+255=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #349AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349AFF is #CB6500. Grayscale: #868686. Windows color (decimal): -13329665 or 16751156. OLE color: 16751156.
HSL color Cylindrical-coordinate representation of color #349AFF: hue angle of 209.85º 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 #349AFF is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 154 | 255 | - |
| CMYK | 0.80 | 0.40 | 0 | 0 |
| HSL | 209.85º | 1% | 0.6% | - |
| HSV(B) | 209.85º | 0.8% | 1% | - |
| XYZ | 31.02 | 31.06 | 98.97 | - |
| YUV | 135.02 | 195.71 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 255 | 0.80 | 0.40 | 0 | 0 | 209.85 | 1 | 0.6 |
| Hex | 34 | 9A | FF | 50 | 28 | 0 | 0 | D2 | 64 | 3C |
| Octal | 64 | 232 | 377 | 120 | 50 | 0 | 0 | 322 | 144 | 74 |
| Binary | 110100 | 10011010 | 11111111 | 1010000 | 101000 | 0 | 0 | 11010010 | 1100100 | 111100 |
Color Harmonies of #349AFF
Complementary color
Monochromatic Colors of #349AFF
Black with #349AFF
Text Example
Text Example
White with #349AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349AFF; }
p { color: rgb(52,154,255); }
H1.HeaderClassName
{
color: #349AFF;
}
.AnyTagClassName
{
color: #349AFF;
}
</style>
background-color css
<style>
a { background-color: #349AFF; }
a { background-color: rgb(52,154,255); }
div.DivClassName
{
background-color: #349AFF;
}
.BgClassName
{
background-color: #349AFF;
}
</style>
border-color css
<style>
span { border-color: #349AFF; }
span { border-color: rgb(52,154,255); }
td.TdClassName
{
border-color: #349AFF;
}
.TagClassName
{
border-color: #349AFF;
}
</style>