Shades of Dodger Blue #3680F8
Tints of Dodger Blue #3680F8
RGB
CMYK
RGB Variations
Color information
#3680F8 (or 0x3680F8) is known color: Dodger Blue. HEX triplet: 36, 80 and F8. RGB value is (54,128,248). Sum of RGB (Red+Green+Blue) = 54+128+248=430 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.56% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #3680F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3680F8 is #C97F07. Grayscale: #777777. Windows color (decimal): -13205256 or 16285750. OLE color: 16285750.
HSL color Cylindrical-coordinate representation of color #3680F8: hue angle of 217.11º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3680F8 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 128 | 248 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.03 |
| HSL | 217.11º | 0.93% | 0.59% | - |
| HSV(B) | 217.11º | 0.78% | 0.97% | - |
| XYZ | 26.18 | 23 | 91.87 | - |
| YUV | 119.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 248 | 0.78 | 0.48 | 0 | 0.03 | 217.11 | 0.93 | 0.59 |
| Hex | 36 | 80 | F8 | 4E | 30 | 0 | 3 | D9 | 5D | 3B |
| Octal | 66 | 200 | 370 | 116 | 60 | 0 | 3 | 331 | 135 | 73 |
| Binary | 110110 | 10000000 | 11111000 | 1001110 | 110000 | 0 | 11 | 11011001 | 1011101 | 111011 |
Color Harmonies of #3680F8
Complementary color
Monochromatic Colors of #3680F8
Black with #3680F8
Text Example
Text Example
White with #3680F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3680F8; }
p { color: rgb(54,128,248); }
H1.HeaderClassName
{
color: #3680F8;
}
.AnyTagClassName
{
color: #3680F8;
}
</style>
background-color css
<style>
a { background-color: #3680F8; }
a { background-color: rgb(54,128,248); }
div.DivClassName
{
background-color: #3680F8;
}
.BgClassName
{
background-color: #3680F8;
}
</style>
border-color css
<style>
span { border-color: #3680F8; }
span { border-color: rgb(54,128,248); }
td.TdClassName
{
border-color: #3680F8;
}
.TagClassName
{
border-color: #3680F8;
}
</style>