Shades of Dodger Blue #1678FA
Tints of Dodger Blue #1678FA
RGB
CMYK
RGB Variations
Color information
#1678FA (or 0x1678FA) is known color: Dodger Blue. HEX triplet: 16, 78 and FA. RGB value is (22,120,250). Sum of RGB (Red+Green+Blue) = 22+120+250=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #1678FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1678FA is #E98705. Grayscale: #686868. Windows color (decimal): -15304454 or 16414742. OLE color: 16414742.
HSL color Cylindrical-coordinate representation of color #1678FA: hue angle of 214.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1678FA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 120 | 250 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.02 |
| HSL | 214.21º | 0.96% | 0.53% | - |
| HSV(B) | 214.21º | 0.91% | 0.98% | - |
| XYZ | 24.3 | 20.51 | 93.12 | - |
| YUV | 105.52 | 209.53 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 250 | 0.91 | 0.52 | 0 | 0.02 | 214.21 | 0.96 | 0.53 |
| Hex | 16 | 78 | FA | 5B | 34 | 0 | 2 | D6 | 60 | 35 |
| Octal | 26 | 170 | 372 | 133 | 64 | 0 | 2 | 326 | 140 | 65 |
| Binary | 10110 | 1111000 | 11111010 | 1011011 | 110100 | 0 | 10 | 11010110 | 1100000 | 110101 |
Color Harmonies of #1678FA
Complementary color
Monochromatic Colors of #1678FA
Black with #1678FA
Text Example
Text Example
White with #1678FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678FA; }
p { color: rgb(22,120,250); }
H1.HeaderClassName
{
color: #1678FA;
}
.AnyTagClassName
{
color: #1678FA;
}
</style>
background-color css
<style>
a { background-color: #1678FA; }
a { background-color: rgb(22,120,250); }
div.DivClassName
{
background-color: #1678FA;
}
.BgClassName
{
background-color: #1678FA;
}
</style>
border-color css
<style>
span { border-color: #1678FA; }
span { border-color: rgb(22,120,250); }
td.TdClassName
{
border-color: #1678FA;
}
.TagClassName
{
border-color: #1678FA;
}
</style>