Shades of Dodger Blue #349BFB
Tints of Dodger Blue #349BFB
RGB
CMYK
RGB Variations
Color information
#349BFB (or 0x349BFB) is known color: Dodger Blue. HEX triplet: 34, 9B and FB. RGB value is (52,155,251). Sum of RGB (Red+Green+Blue) = 52+155+251=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #349BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349BFB is #CB6404. Grayscale: #868686. Windows color (decimal): -13329413 or 16489268. OLE color: 16489268.
HSL color Cylindrical-coordinate representation of color #349BFB: hue angle of 208.94º degrees, saturation: 0.96, 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 #349BFB is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 155 | 251 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.02 |
| HSL | 208.94º | 0.96% | 0.59% | - |
| HSV(B) | 208.94º | 0.79% | 0.98% | - |
| XYZ | 30.55 | 31.14 | 95.67 | - |
| YUV | 135.15 | 193.38 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 251 | 0.79 | 0.38 | 0 | 0.02 | 208.94 | 0.96 | 0.59 |
| Hex | 34 | 9B | FB | 4F | 26 | 0 | 2 | D1 | 60 | 3B |
| Octal | 64 | 233 | 373 | 117 | 46 | 0 | 2 | 321 | 140 | 73 |
| Binary | 110100 | 10011011 | 11111011 | 1001111 | 100110 | 0 | 10 | 11010001 | 1100000 | 111011 |
Color Harmonies of #349BFB
Complementary color
Monochromatic Colors of #349BFB
Black with #349BFB
Text Example
Text Example
White with #349BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349BFB; }
p { color: rgb(52,155,251); }
H1.HeaderClassName
{
color: #349BFB;
}
.AnyTagClassName
{
color: #349BFB;
}
</style>
background-color css
<style>
a { background-color: #349BFB; }
a { background-color: rgb(52,155,251); }
div.DivClassName
{
background-color: #349BFB;
}
.BgClassName
{
background-color: #349BFB;
}
</style>
border-color css
<style>
span { border-color: #349BFB; }
span { border-color: rgb(52,155,251); }
td.TdClassName
{
border-color: #349BFB;
}
.TagClassName
{
border-color: #349BFB;
}
</style>