Shades of Dodger Blue #1978FC
Tints of Dodger Blue #1978FC
RGB
CMYK
RGB Variations
Color information
#1978FC (or 0x1978FC) is known color: Dodger Blue. HEX triplet: 19, 78 and FC. RGB value is (25,120,252). Sum of RGB (Red+Green+Blue) = 25+120+252=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #1978FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1978FC is #E68703. Grayscale: #6A6A6A. Windows color (decimal): -15107844 or 16545817. OLE color: 16545817.
HSL color Cylindrical-coordinate representation of color #1978FC: hue angle of 214.89º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1978FC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 120 | 252 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.01 |
| HSL | 214.89º | 0.97% | 0.54% | - |
| HSV(B) | 214.89º | 0.9% | 0.99% | - |
| XYZ | 24.69 | 20.67 | 94.78 | - |
| YUV | 106.64 | 210.03 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 252 | 0.90 | 0.52 | 0 | 0.01 | 214.89 | 0.97 | 0.54 |
| Hex | 19 | 78 | FC | 5A | 34 | 0 | 1 | D7 | 61 | 36 |
| Octal | 31 | 170 | 374 | 132 | 64 | 0 | 1 | 327 | 141 | 66 |
| Binary | 11001 | 1111000 | 11111100 | 1011010 | 110100 | 0 | 1 | 11010111 | 1100001 | 110110 |
Color Harmonies of #1978FC
Complementary color
Monochromatic Colors of #1978FC
Black with #1978FC
Text Example
Text Example
White with #1978FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978FC; }
p { color: rgb(25,120,252); }
H1.HeaderClassName
{
color: #1978FC;
}
.AnyTagClassName
{
color: #1978FC;
}
</style>
background-color css
<style>
a { background-color: #1978FC; }
a { background-color: rgb(25,120,252); }
div.DivClassName
{
background-color: #1978FC;
}
.BgClassName
{
background-color: #1978FC;
}
</style>
border-color css
<style>
span { border-color: #1978FC; }
span { border-color: rgb(25,120,252); }
td.TdClassName
{
border-color: #1978FC;
}
.TagClassName
{
border-color: #1978FC;
}
</style>