Shades of Dodger Blue #1978FB
Tints of Dodger Blue #1978FB
RGB
CMYK
RGB Variations
Color information
#1978FB (or 0x1978FB) is known color: Dodger Blue. HEX triplet: 19, 78 and FB. RGB value is (25,120,251). Sum of RGB (Red+Green+Blue) = 25+120+251=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #1978FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1978FB is #E68704. Grayscale: #696969. Windows color (decimal): -15107845 or 16480281. OLE color: 16480281.
HSL color Cylindrical-coordinate representation of color #1978FB: hue angle of 214.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1978FB is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 120 | 251 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.02 |
| HSL | 214.78º | 0.97% | 0.54% | - |
| HSV(B) | 214.78º | 0.9% | 0.98% | - |
| XYZ | 24.53 | 20.6 | 93.95 | - |
| YUV | 106.53 | 209.53 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 251 | 0.90 | 0.52 | 0 | 0.02 | 214.78 | 0.97 | 0.54 |
| Hex | 19 | 78 | FB | 5A | 34 | 0 | 2 | D7 | 61 | 36 |
| Octal | 31 | 170 | 373 | 132 | 64 | 0 | 2 | 327 | 141 | 66 |
| Binary | 11001 | 1111000 | 11111011 | 1011010 | 110100 | 0 | 10 | 11010111 | 1100001 | 110110 |
Color Harmonies of #1978FB
Complementary color
Monochromatic Colors of #1978FB
Black with #1978FB
Text Example
Text Example
White with #1978FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978FB; }
p { color: rgb(25,120,251); }
H1.HeaderClassName
{
color: #1978FB;
}
.AnyTagClassName
{
color: #1978FB;
}
</style>
background-color css
<style>
a { background-color: #1978FB; }
a { background-color: rgb(25,120,251); }
div.DivClassName
{
background-color: #1978FB;
}
.BgClassName
{
background-color: #1978FB;
}
</style>
border-color css
<style>
span { border-color: #1978FB; }
span { border-color: rgb(25,120,251); }
td.TdClassName
{
border-color: #1978FB;
}
.TagClassName
{
border-color: #1978FB;
}
</style>