Shades of Dodger Blue #1467FA
Tints of Dodger Blue #1467FA
RGB
CMYK
RGB Variations
Color information
#1467FA (or 0x1467FA) is known color: Dodger Blue. HEX triplet: 14, 67 and FA. RGB value is (20,103,250). Sum of RGB (Red+Green+Blue) = 20+103+250=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #1467FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1467FA is #EB9805. Grayscale: #5E5E5E. Windows color (decimal): -15439878 or 16410388. OLE color: 16410388.
HSL color Cylindrical-coordinate representation of color #1467FA: hue angle of 218.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1467FA is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 103 | 250 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.02 |
| HSL | 218.35º | 0.96% | 0.53% | - |
| HSV(B) | 218.35º | 0.92% | 0.98% | - |
| XYZ | 22.39 | 16.75 | 92.5 | - |
| YUV | 94.94 | 215.5 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 250 | 0.92 | 0.59 | 0 | 0.02 | 218.35 | 0.96 | 0.53 |
| Hex | 14 | 67 | FA | 5C | 3B | 0 | 2 | DA | 60 | 35 |
| Octal | 24 | 147 | 372 | 134 | 73 | 0 | 2 | 332 | 140 | 65 |
| Binary | 10100 | 1100111 | 11111010 | 1011100 | 111011 | 0 | 10 | 11011010 | 1100000 | 110101 |
Color Harmonies of #1467FA
Complementary color
Monochromatic Colors of #1467FA
Black with #1467FA
Text Example
Text Example
White with #1467FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1467FA; }
p { color: rgb(20,103,250); }
H1.HeaderClassName
{
color: #1467FA;
}
.AnyTagClassName
{
color: #1467FA;
}
</style>
background-color css
<style>
a { background-color: #1467FA; }
a { background-color: rgb(20,103,250); }
div.DivClassName
{
background-color: #1467FA;
}
.BgClassName
{
background-color: #1467FA;
}
</style>
border-color css
<style>
span { border-color: #1467FA; }
span { border-color: rgb(20,103,250); }
td.TdClassName
{
border-color: #1467FA;
}
.TagClassName
{
border-color: #1467FA;
}
</style>