Shades of Dodger Blue #3683F4
Tints of Dodger Blue #3683F4
RGB
CMYK
RGB Variations
Color information
#3683F4 (or 0x3683F4) is known color: Dodger Blue. HEX triplet: 36, 83 and F4. RGB value is (54,131,244). Sum of RGB (Red+Green+Blue) = 54+131+244=429 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.59% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 244 (95.70% from 255 or 56.88% from 429); Max value from RGB is 244 - color contains mainly: blue. Hex color #3683F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3683F4 is #C97C0B. Grayscale: #787878. Windows color (decimal): -13204492 or 16024374. OLE color: 16024374.
HSL color Cylindrical-coordinate representation of color #3683F4: hue angle of 215.68º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3683F4 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 131 | 244 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.04 |
| HSL | 215.68º | 0.9% | 0.58% | - |
| HSV(B) | 215.68º | 0.78% | 0.96% | - |
| XYZ | 25.97 | 23.55 | 88.76 | - |
| YUV | 120.86 | 197.49 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 244 | 0.78 | 0.46 | 0 | 0.04 | 215.68 | 0.9 | 0.58 |
| Hex | 36 | 83 | F4 | 4E | 2E | 0 | 4 | D8 | 5A | 3A |
| Octal | 66 | 203 | 364 | 116 | 56 | 0 | 4 | 330 | 132 | 72 |
| Binary | 110110 | 10000011 | 11110100 | 1001110 | 101110 | 0 | 100 | 11011000 | 1011010 | 111010 |
Color Harmonies of #3683F4
Complementary color
Monochromatic Colors of #3683F4
Black with #3683F4
Text Example
Text Example
White with #3683F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3683F4; }
p { color: rgb(54,131,244); }
H1.HeaderClassName
{
color: #3683F4;
}
.AnyTagClassName
{
color: #3683F4;
}
</style>
background-color css
<style>
a { background-color: #3683F4; }
a { background-color: rgb(54,131,244); }
div.DivClassName
{
background-color: #3683F4;
}
.BgClassName
{
background-color: #3683F4;
}
</style>
border-color css
<style>
span { border-color: #3683F4; }
span { border-color: rgb(54,131,244); }
td.TdClassName
{
border-color: #3683F4;
}
.TagClassName
{
border-color: #3683F4;
}
</style>