Shades of Dodger Blue #1468FF
Tints of Dodger Blue #1468FF
RGB
CMYK
RGB Variations
Color information
#1468FF (or 0x1468FF) is known color: Dodger Blue. HEX triplet: 14, 68 and FF. RGB value is (20,104,255). Sum of RGB (Red+Green+Blue) = 20+104+255=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #1468FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1468FF is #EB9700. Grayscale: #5F5F5F. Windows color (decimal): -15439617 or 16738324. OLE color: 16738324.
HSL color Cylindrical-coordinate representation of color #1468FF: hue angle of 218.55º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1468FF is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 104 | 255 | - |
| CMYK | 0.92 | 0.59 | 0 | 0 |
| HSL | 218.55º | 1% | 0.54% | - |
| HSV(B) | 218.55º | 0.92% | 1% | - |
| XYZ | 23.29 | 17.27 | 96.71 | - |
| YUV | 96.1 | 217.67 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 255 | 0.92 | 0.59 | 0 | 0 | 218.55 | 1 | 0.54 |
| Hex | 14 | 68 | FF | 5C | 3B | 0 | 0 | DB | 64 | 36 |
| Octal | 24 | 150 | 377 | 134 | 73 | 0 | 0 | 333 | 144 | 66 |
| Binary | 10100 | 1101000 | 11111111 | 1011100 | 111011 | 0 | 0 | 11011011 | 1100100 | 110110 |
Color Harmonies of #1468FF
Complementary color
Monochromatic Colors of #1468FF
Black with #1468FF
Text Example
Text Example
White with #1468FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1468FF; }
p { color: rgb(20,104,255); }
H1.HeaderClassName
{
color: #1468FF;
}
.AnyTagClassName
{
color: #1468FF;
}
</style>
background-color css
<style>
a { background-color: #1468FF; }
a { background-color: rgb(20,104,255); }
div.DivClassName
{
background-color: #1468FF;
}
.BgClassName
{
background-color: #1468FF;
}
</style>
border-color css
<style>
span { border-color: #1468FF; }
span { border-color: rgb(20,104,255); }
td.TdClassName
{
border-color: #1468FF;
}
.TagClassName
{
border-color: #1468FF;
}
</style>