Shades of Dodger Blue #3C9BF8
Tints of Dodger Blue #3C9BF8
RGB
CMYK
RGB Variations
Color information
#3C9BF8 (or 0x3C9BF8) is known color: Dodger Blue. HEX triplet: 3C, 9B and F8. RGB value is (60,155,248). Sum of RGB (Red+Green+Blue) = 60+155+248=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C9BF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C9BF8 is #C36407. Grayscale: #888888. Windows color (decimal): -12805128 or 16292668. OLE color: 16292668.
HSL color Cylindrical-coordinate representation of color #3C9BF8: hue angle of 209.68º 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 #3C9BF8 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 155 | 248 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.03 |
| HSL | 209.68º | 0.93% | 0.6% | - |
| HSV(B) | 209.68º | 0.76% | 0.97% | - |
| XYZ | 30.53 | 31.18 | 93.22 | - |
| YUV | 137.2 | 190.53 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 155 | 248 | 0.76 | 0.38 | 0 | 0.03 | 209.68 | 0.93 | 0.6 |
| Hex | 3C | 9B | F8 | 4C | 26 | 0 | 3 | D2 | 5D | 3C |
| Octal | 74 | 233 | 370 | 114 | 46 | 0 | 3 | 322 | 135 | 74 |
| Binary | 111100 | 10011011 | 11111000 | 1001100 | 100110 | 0 | 11 | 11010010 | 1011101 | 111100 |
Color Harmonies of #3C9BF8
Complementary color
Monochromatic Colors of #3C9BF8
Black with #3C9BF8
Text Example
Text Example
White with #3C9BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9BF8; }
p { color: rgb(60,155,248); }
H1.HeaderClassName
{
color: #3C9BF8;
}
.AnyTagClassName
{
color: #3C9BF8;
}
</style>
background-color css
<style>
a { background-color: #3C9BF8; }
a { background-color: rgb(60,155,248); }
div.DivClassName
{
background-color: #3C9BF8;
}
.BgClassName
{
background-color: #3C9BF8;
}
</style>
border-color css
<style>
span { border-color: #3C9BF8; }
span { border-color: rgb(60,155,248); }
td.TdClassName
{
border-color: #3C9BF8;
}
.TagClassName
{
border-color: #3C9BF8;
}
</style>