Shades of Dodger Blue #3483FF
Tints of Dodger Blue #3483FF
RGB
CMYK
RGB Variations
Color information
#3483FF (or 0x3483FF) is known color: Dodger Blue. HEX triplet: 34, 83 and FF. RGB value is (52,131,255). Sum of RGB (Red+Green+Blue) = 52+131+255=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #3483FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3483FF is #CB7C00. Grayscale: #787878. Windows color (decimal): -13335553 or 16745268. OLE color: 16745268.
HSL color Cylindrical-coordinate representation of color #3483FF: hue angle of 216.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3483FF is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 131 | 255 | - |
| CMYK | 0.80 | 0.49 | 0 | 0 |
| HSL | 216.65º | 1% | 0.6% | - |
| HSV(B) | 216.65º | 0.8% | 1% | - |
| XYZ | 27.58 | 24.18 | 97.82 | - |
| YUV | 121.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 255 | 0.80 | 0.49 | 0 | 0 | 216.65 | 1 | 0.6 |
| Hex | 34 | 83 | FF | 50 | 31 | 0 | 0 | D9 | 64 | 3C |
| Octal | 64 | 203 | 377 | 120 | 61 | 0 | 0 | 331 | 144 | 74 |
| Binary | 110100 | 10000011 | 11111111 | 1010000 | 110001 | 0 | 0 | 11011001 | 1100100 | 111100 |
Color Harmonies of #3483FF
Complementary color
Monochromatic Colors of #3483FF
Black with #3483FF
Text Example
Text Example
White with #3483FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3483FF; }
p { color: rgb(52,131,255); }
H1.HeaderClassName
{
color: #3483FF;
}
.AnyTagClassName
{
color: #3483FF;
}
</style>
background-color css
<style>
a { background-color: #3483FF; }
a { background-color: rgb(52,131,255); }
div.DivClassName
{
background-color: #3483FF;
}
.BgClassName
{
background-color: #3483FF;
}
</style>
border-color css
<style>
span { border-color: #3483FF; }
span { border-color: rgb(52,131,255); }
td.TdClassName
{
border-color: #3483FF;
}
.TagClassName
{
border-color: #3483FF;
}
</style>