Shades of Dodger Blue #1468FC
Tints of Dodger Blue #1468FC
RGB
CMYK
RGB Variations
Color information
#1468FC (or 0x1468FC) is known color: Dodger Blue. HEX triplet: 14, 68 and FC. RGB value is (20,104,252). Sum of RGB (Red+Green+Blue) = 20+104+252=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #1468FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1468FC is #EB9703. Grayscale: #5F5F5F. Windows color (decimal): -15439620 or 16541716. OLE color: 16541716.
HSL color Cylindrical-coordinate representation of color #1468FC: hue angle of 218.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1468FC is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 104 | 252 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.01 |
| HSL | 218.28º | 0.97% | 0.53% | - |
| HSV(B) | 218.28º | 0.92% | 0.99% | - |
| XYZ | 22.81 | 17.08 | 94.19 | - |
| YUV | 95.76 | 216.17 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 252 | 0.92 | 0.59 | 0 | 0.01 | 218.28 | 0.97 | 0.53 |
| Hex | 14 | 68 | FC | 5C | 3B | 0 | 1 | DA | 61 | 35 |
| Octal | 24 | 150 | 374 | 134 | 73 | 0 | 1 | 332 | 141 | 65 |
| Binary | 10100 | 1101000 | 11111100 | 1011100 | 111011 | 0 | 1 | 11011010 | 1100001 | 110101 |
Color Harmonies of #1468FC
Complementary color
Monochromatic Colors of #1468FC
Black with #1468FC
Text Example
Text Example
White with #1468FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1468FC; }
p { color: rgb(20,104,252); }
H1.HeaderClassName
{
color: #1468FC;
}
.AnyTagClassName
{
color: #1468FC;
}
</style>
background-color css
<style>
a { background-color: #1468FC; }
a { background-color: rgb(20,104,252); }
div.DivClassName
{
background-color: #1468FC;
}
.BgClassName
{
background-color: #1468FC;
}
</style>
border-color css
<style>
span { border-color: #1468FC; }
span { border-color: rgb(20,104,252); }
td.TdClassName
{
border-color: #1468FC;
}
.TagClassName
{
border-color: #1468FC;
}
</style>