Shades of Dodger Blue #3484FA
Tints of Dodger Blue #3484FA
RGB
CMYK
RGB Variations
Color information
#3484FA (or 0x3484FA) is known color: Dodger Blue. HEX triplet: 34, 84 and FA. RGB value is (52,132,250). Sum of RGB (Red+Green+Blue) = 52+132+250=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #3484FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3484FA is #CB7B05. Grayscale: #787878. Windows color (decimal): -13335302 or 16417844. OLE color: 16417844.
HSL color Cylindrical-coordinate representation of color #3484FA: hue angle of 215.76º degrees, saturation: 0.95, 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 #3484FA is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 132 | 250 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.02 |
| HSL | 215.76º | 0.95% | 0.59% | - |
| HSV(B) | 215.76º | 0.79% | 0.98% | - |
| XYZ | 26.92 | 24.13 | 93.68 | - |
| YUV | 121.53 | 200.5 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 250 | 0.79 | 0.47 | 0 | 0.02 | 215.76 | 0.95 | 0.59 |
| Hex | 34 | 84 | FA | 4F | 2F | 0 | 2 | D8 | 5F | 3B |
| Octal | 64 | 204 | 372 | 117 | 57 | 0 | 2 | 330 | 137 | 73 |
| Binary | 110100 | 10000100 | 11111010 | 1001111 | 101111 | 0 | 10 | 11011000 | 1011111 | 111011 |
Color Harmonies of #3484FA
Complementary color
Monochromatic Colors of #3484FA
Black with #3484FA
Text Example
Text Example
White with #3484FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3484FA; }
p { color: rgb(52,132,250); }
H1.HeaderClassName
{
color: #3484FA;
}
.AnyTagClassName
{
color: #3484FA;
}
</style>
background-color css
<style>
a { background-color: #3484FA; }
a { background-color: rgb(52,132,250); }
div.DivClassName
{
background-color: #3484FA;
}
.BgClassName
{
background-color: #3484FA;
}
</style>
border-color css
<style>
span { border-color: #3484FA; }
span { border-color: rgb(52,132,250); }
td.TdClassName
{
border-color: #3484FA;
}
.TagClassName
{
border-color: #3484FA;
}
</style>