Shades of Dodger Blue #3083FF
Tints of Dodger Blue #3083FF
RGB
CMYK
RGB Variations
Color information
#3083FF (or 0x3083FF) is known color: Dodger Blue. HEX triplet: 30, 83 and FF. RGB value is (48,131,255). Sum of RGB (Red+Green+Blue) = 48+131+255=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #3083FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3083FF is #CF7C00. Grayscale: #777777. Windows color (decimal): -13597697 or 16745264. OLE color: 16745264.
HSL color Cylindrical-coordinate representation of color #3083FF: hue angle of 215.94º 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 #3083FF is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 131 | 255 | - |
| CMYK | 0.81 | 0.49 | 0 | 0 |
| HSL | 215.94º | 1% | 0.59% | - |
| HSV(B) | 215.94º | 0.81% | 1% | - |
| XYZ | 27.39 | 24.08 | 97.81 | - |
| YUV | 120.32 | 204 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 255 | 0.81 | 0.49 | 0 | 0 | 215.94 | 1 | 0.59 |
| Hex | 30 | 83 | FF | 51 | 31 | 0 | 0 | D8 | 64 | 3B |
| Octal | 60 | 203 | 377 | 121 | 61 | 0 | 0 | 330 | 144 | 73 |
| Binary | 110000 | 10000011 | 11111111 | 1010001 | 110001 | 0 | 0 | 11011000 | 1100100 | 111011 |
Color Harmonies of #3083FF
Complementary color
Monochromatic Colors of #3083FF
Black with #3083FF
Text Example
Text Example
White with #3083FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3083FF; }
p { color: rgb(48,131,255); }
H1.HeaderClassName
{
color: #3083FF;
}
.AnyTagClassName
{
color: #3083FF;
}
</style>
background-color css
<style>
a { background-color: #3083FF; }
a { background-color: rgb(48,131,255); }
div.DivClassName
{
background-color: #3083FF;
}
.BgClassName
{
background-color: #3083FF;
}
</style>
border-color css
<style>
span { border-color: #3083FF; }
span { border-color: rgb(48,131,255); }
td.TdClassName
{
border-color: #3083FF;
}
.TagClassName
{
border-color: #3083FF;
}
</style>