Shades of Dodger Blue #3C84F8
Tints of Dodger Blue #3C84F8
RGB
CMYK
RGB Variations
Color information
#3C84F8 (or 0x3C84F8) is known color: Dodger Blue. HEX triplet: 3C, 84 and F8. RGB value is (60,132,248). Sum of RGB (Red+Green+Blue) = 60+132+248=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C84F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C84F8 is #C37B07. Grayscale: #7B7B7B. Windows color (decimal): -12811016 or 16286780. OLE color: 16286780.
HSL color Cylindrical-coordinate representation of color #3C84F8: hue angle of 217.02º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C84F8 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 132 | 248 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.03 |
| HSL | 217.02º | 0.93% | 0.6% | - |
| HSV(B) | 217.02º | 0.76% | 0.97% | - |
| XYZ | 27.06 | 24.24 | 92.06 | - |
| YUV | 123.7 | 198.15 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 248 | 0.76 | 0.47 | 0 | 0.03 | 217.02 | 0.93 | 0.6 |
| Hex | 3C | 84 | F8 | 4C | 2F | 0 | 3 | D9 | 5D | 3C |
| Octal | 74 | 204 | 370 | 114 | 57 | 0 | 3 | 331 | 135 | 74 |
| Binary | 111100 | 10000100 | 11111000 | 1001100 | 101111 | 0 | 11 | 11011001 | 1011101 | 111100 |
Color Harmonies of #3C84F8
Complementary color
Monochromatic Colors of #3C84F8
Black with #3C84F8
Text Example
Text Example
White with #3C84F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C84F8; }
p { color: rgb(60,132,248); }
H1.HeaderClassName
{
color: #3C84F8;
}
.AnyTagClassName
{
color: #3C84F8;
}
</style>
background-color css
<style>
a { background-color: #3C84F8; }
a { background-color: rgb(60,132,248); }
div.DivClassName
{
background-color: #3C84F8;
}
.BgClassName
{
background-color: #3C84F8;
}
</style>
border-color css
<style>
span { border-color: #3C84F8; }
span { border-color: rgb(60,132,248); }
td.TdClassName
{
border-color: #3C84F8;
}
.TagClassName
{
border-color: #3C84F8;
}
</style>