Shades of Dodger Blue #3084FF
Tints of Dodger Blue #3084FF
RGB
CMYK
RGB Variations
Color information
#3084FF (or 0x3084FF) is known color: Dodger Blue. HEX triplet: 30, 84 and FF. RGB value is (48,132,255). Sum of RGB (Red+Green+Blue) = 48+132+255=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #3084FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3084FF is #CF7B00. Grayscale: #787878. Windows color (decimal): -13597441 or 16745520. OLE color: 16745520.
HSL color Cylindrical-coordinate representation of color #3084FF: hue angle of 215.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3084FF is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 132 | 255 | - |
| CMYK | 0.81 | 0.48 | 0 | 0 |
| HSL | 215.65º | 1% | 0.59% | - |
| HSV(B) | 215.65º | 0.81% | 1% | - |
| XYZ | 27.52 | 24.35 | 97.86 | - |
| YUV | 120.91 | 203.67 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 255 | 0.81 | 0.48 | 0 | 0 | 215.65 | 1 | 0.59 |
| Hex | 30 | 84 | FF | 51 | 30 | 0 | 0 | D8 | 64 | 3B |
| Octal | 60 | 204 | 377 | 121 | 60 | 0 | 0 | 330 | 144 | 73 |
| Binary | 110000 | 10000100 | 11111111 | 1010001 | 110000 | 0 | 0 | 11011000 | 1100100 | 111011 |
Color Harmonies of #3084FF
Complementary color
Monochromatic Colors of #3084FF
Black with #3084FF
Text Example
Text Example
White with #3084FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3084FF; }
p { color: rgb(48,132,255); }
H1.HeaderClassName
{
color: #3084FF;
}
.AnyTagClassName
{
color: #3084FF;
}
</style>
background-color css
<style>
a { background-color: #3084FF; }
a { background-color: rgb(48,132,255); }
div.DivClassName
{
background-color: #3084FF;
}
.BgClassName
{
background-color: #3084FF;
}
</style>
border-color css
<style>
span { border-color: #3084FF; }
span { border-color: rgb(48,132,255); }
td.TdClassName
{
border-color: #3084FF;
}
.TagClassName
{
border-color: #3084FF;
}
</style>