Shades of Dodger Blue #1467FD
Tints of Dodger Blue #1467FD
RGB
CMYK
RGB Variations
Color information
#1467FD (or 0x1467FD) is known color: Dodger Blue. HEX triplet: 14, 67 and FD. RGB value is (20,103,253). Sum of RGB (Red+Green+Blue) = 20+103+253=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #1467FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1467FD is #EB9802. Grayscale: #5E5E5E. Windows color (decimal): -15439875 or 16606996. OLE color: 16606996.
HSL color Cylindrical-coordinate representation of color #1467FD: hue angle of 218.63º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1467FD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 103 | 253 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.01 |
| HSL | 218.63º | 0.98% | 0.54% | - |
| HSV(B) | 218.63º | 0.92% | 0.99% | - |
| XYZ | 22.87 | 16.94 | 94.99 | - |
| YUV | 95.28 | 217 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 253 | 0.92 | 0.59 | 0 | 0.01 | 218.63 | 0.98 | 0.54 |
| Hex | 14 | 67 | FD | 5C | 3B | 0 | 1 | DB | 62 | 36 |
| Octal | 24 | 147 | 375 | 134 | 73 | 0 | 1 | 333 | 142 | 66 |
| Binary | 10100 | 1100111 | 11111101 | 1011100 | 111011 | 0 | 1 | 11011011 | 1100010 | 110110 |
Color Harmonies of #1467FD
Complementary color
Monochromatic Colors of #1467FD
Black with #1467FD
Text Example
Text Example
White with #1467FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1467FD; }
p { color: rgb(20,103,253); }
H1.HeaderClassName
{
color: #1467FD;
}
.AnyTagClassName
{
color: #1467FD;
}
</style>
background-color css
<style>
a { background-color: #1467FD; }
a { background-color: rgb(20,103,253); }
div.DivClassName
{
background-color: #1467FD;
}
.BgClassName
{
background-color: #1467FD;
}
</style>
border-color css
<style>
span { border-color: #1467FD; }
span { border-color: rgb(20,103,253); }
td.TdClassName
{
border-color: #1467FD;
}
.TagClassName
{
border-color: #1467FD;
}
</style>