Shades of Dodger Blue #3C8FFE
Tints of Dodger Blue #3C8FFE
RGB
CMYK
RGB Variations
Color information
#3C8FFE (or 0x3C8FFE) is known color: Dodger Blue. HEX triplet: 3C, 8F and FE. RGB value is (60,143,254). Sum of RGB (Red+Green+Blue) = 60+143+254=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C8FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C8FFE is #C37001. Grayscale: #828282. Windows color (decimal): -12808194 or 16682812. OLE color: 16682812.
HSL color Cylindrical-coordinate representation of color #3C8FFE: hue angle of 214.33º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C8FFE is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 143 | 254 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.00 |
| HSL | 214.33º | 0.99% | 0.62% | - |
| HSV(B) | 214.33º | 0.76% | 1% | - |
| XYZ | 29.58 | 27.76 | 97.57 | - |
| YUV | 130.84 | 197.5 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 254 | 0.76 | 0.44 | 0 | 0.00 | 214.33 | 0.99 | 0.62 |
| Hex | 3C | 8F | FE | 4C | 2C | 0 | 0 | D6 | 63 | 3E |
| Octal | 74 | 217 | 376 | 114 | 54 | 0 | 0 | 326 | 143 | 76 |
| Binary | 111100 | 10001111 | 11111110 | 1001100 | 101100 | 0 | 0 | 11010110 | 1100011 | 111110 |
Color Harmonies of #3C8FFE
Complementary color
Monochromatic Colors of #3C8FFE
Black with #3C8FFE
Text Example
Text Example
White with #3C8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8FFE; }
p { color: rgb(60,143,254); }
H1.HeaderClassName
{
color: #3C8FFE;
}
.AnyTagClassName
{
color: #3C8FFE;
}
</style>
background-color css
<style>
a { background-color: #3C8FFE; }
a { background-color: rgb(60,143,254); }
div.DivClassName
{
background-color: #3C8FFE;
}
.BgClassName
{
background-color: #3C8FFE;
}
</style>
border-color css
<style>
span { border-color: #3C8FFE; }
span { border-color: rgb(60,143,254); }
td.TdClassName
{
border-color: #3C8FFE;
}
.TagClassName
{
border-color: #3C8FFE;
}
</style>