Shades of Dodger Blue #3C90FE
Tints of Dodger Blue #3C90FE
RGB
CMYK
RGB Variations
Color information
#3C90FE (or 0x3C90FE) is known color: Dodger Blue. HEX triplet: 3C, 90 and FE. RGB value is (60,144,254). Sum of RGB (Red+Green+Blue) = 60+144+254=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C90FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C90FE is #C36F01. Grayscale: #828282. Windows color (decimal): -12807938 or 16683068. OLE color: 16683068.
HSL color Cylindrical-coordinate representation of color #3C90FE: hue angle of 214.02º 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 #3C90FE is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 144 | 254 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.00 |
| HSL | 214.02º | 0.99% | 0.62% | - |
| HSV(B) | 214.02º | 0.76% | 1% | - |
| XYZ | 29.73 | 28.06 | 97.62 | - |
| YUV | 131.42 | 197.17 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 254 | 0.76 | 0.43 | 0 | 0.00 | 214.02 | 0.99 | 0.62 |
| Hex | 3C | 90 | FE | 4C | 2B | 0 | 0 | D6 | 63 | 3E |
| Octal | 74 | 220 | 376 | 114 | 53 | 0 | 0 | 326 | 143 | 76 |
| Binary | 111100 | 10010000 | 11111110 | 1001100 | 101011 | 0 | 0 | 11010110 | 1100011 | 111110 |
Color Harmonies of #3C90FE
Complementary color
Monochromatic Colors of #3C90FE
Black with #3C90FE
Text Example
Text Example
White with #3C90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C90FE; }
p { color: rgb(60,144,254); }
H1.HeaderClassName
{
color: #3C90FE;
}
.AnyTagClassName
{
color: #3C90FE;
}
</style>
background-color css
<style>
a { background-color: #3C90FE; }
a { background-color: rgb(60,144,254); }
div.DivClassName
{
background-color: #3C90FE;
}
.BgClassName
{
background-color: #3C90FE;
}
</style>
border-color css
<style>
span { border-color: #3C90FE; }
span { border-color: rgb(60,144,254); }
td.TdClassName
{
border-color: #3C90FE;
}
.TagClassName
{
border-color: #3C90FE;
}
</style>