Shades of Dodger Blue #1C78FD
Tints of Dodger Blue #1C78FD
RGB
CMYK
RGB Variations
Color information
#1C78FD (or 0x1C78FD) is known color: Dodger Blue. HEX triplet: 1C, 78 and FD. RGB value is (28,120,253). Sum of RGB (Red+Green+Blue) = 28+120+253=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C78FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C78FD is #E38702. Grayscale: #6B6B6B. Windows color (decimal): -14911235 or 16611356. OLE color: 16611356.
HSL color Cylindrical-coordinate representation of color #1C78FD: hue angle of 215.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C78FD is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 120 | 253 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.01 |
| HSL | 215.47º | 0.98% | 0.55% | - |
| HSV(B) | 215.47º | 0.89% | 0.99% | - |
| XYZ | 24.92 | 20.77 | 95.62 | - |
| YUV | 107.65 | 210.02 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 253 | 0.89 | 0.53 | 0 | 0.01 | 215.47 | 0.98 | 0.55 |
| Hex | 1C | 78 | FD | 59 | 35 | 0 | 1 | D7 | 62 | 37 |
| Octal | 34 | 170 | 375 | 131 | 65 | 0 | 1 | 327 | 142 | 67 |
| Binary | 11100 | 1111000 | 11111101 | 1011001 | 110101 | 0 | 1 | 11010111 | 1100010 | 110111 |
Color Harmonies of #1C78FD
Complementary color
Monochromatic Colors of #1C78FD
Black with #1C78FD
Text Example
Text Example
White with #1C78FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C78FD; }
p { color: rgb(28,120,253); }
H1.HeaderClassName
{
color: #1C78FD;
}
.AnyTagClassName
{
color: #1C78FD;
}
</style>
background-color css
<style>
a { background-color: #1C78FD; }
a { background-color: rgb(28,120,253); }
div.DivClassName
{
background-color: #1C78FD;
}
.BgClassName
{
background-color: #1C78FD;
}
</style>
border-color css
<style>
span { border-color: #1C78FD; }
span { border-color: rgb(28,120,253); }
td.TdClassName
{
border-color: #1C78FD;
}
.TagClassName
{
border-color: #1C78FD;
}
</style>