Shades of Dodger Blue #3484FE
Tints of Dodger Blue #3484FE
RGB
CMYK
RGB Variations
Color information
#3484FE (or 0x3484FE) is known color: Dodger Blue. HEX triplet: 34, 84 and FE. RGB value is (52,132,254). Sum of RGB (Red+Green+Blue) = 52+132+254=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #3484FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3484FE is #CB7B01. Grayscale: #797979. Windows color (decimal): -13335298 or 16679988. OLE color: 16679988.
HSL color Cylindrical-coordinate representation of color #3484FE: hue angle of 216.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3484FE is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 132 | 254 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.00 |
| HSL | 216.24º | 0.99% | 0.6% | - |
| HSV(B) | 216.24º | 0.8% | 1% | - |
| XYZ | 27.56 | 24.39 | 97.02 | - |
| YUV | 121.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 254 | 0.80 | 0.48 | 0 | 0.00 | 216.24 | 0.99 | 0.6 |
| Hex | 34 | 84 | FE | 50 | 30 | 0 | 0 | D8 | 63 | 3C |
| Octal | 64 | 204 | 376 | 120 | 60 | 0 | 0 | 330 | 143 | 74 |
| Binary | 110100 | 10000100 | 11111110 | 1010000 | 110000 | 0 | 0 | 11011000 | 1100011 | 111100 |
Color Harmonies of #3484FE
Complementary color
Monochromatic Colors of #3484FE
Black with #3484FE
Text Example
Text Example
White with #3484FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3484FE; }
p { color: rgb(52,132,254); }
H1.HeaderClassName
{
color: #3484FE;
}
.AnyTagClassName
{
color: #3484FE;
}
</style>
background-color css
<style>
a { background-color: #3484FE; }
a { background-color: rgb(52,132,254); }
div.DivClassName
{
background-color: #3484FE;
}
.BgClassName
{
background-color: #3484FE;
}
</style>
border-color css
<style>
span { border-color: #3484FE; }
span { border-color: rgb(52,132,254); }
td.TdClassName
{
border-color: #3484FE;
}
.TagClassName
{
border-color: #3484FE;
}
</style>