Shades of Dodger Blue #1494FC
Tints of Dodger Blue #1494FC
RGB
CMYK
RGB Variations
Color information
#1494FC (or 0x1494FC) is known color: Dodger Blue. HEX triplet: 14, 94 and FC. RGB value is (20,148,252). Sum of RGB (Red+Green+Blue) = 20+148+252=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #1494FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1494FC is #EB6B03. Grayscale: #797979. Windows color (decimal): -15428356 or 16552980. OLE color: 16552980.
HSL color Cylindrical-coordinate representation of color #1494FC: hue angle of 206.9º 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 #1494FC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 148 | 252 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.01 |
| HSL | 206.9º | 0.97% | 0.53% | - |
| HSV(B) | 206.9º | 0.92% | 0.99% | - |
| XYZ | 28.45 | 28.36 | 96.07 | - |
| YUV | 121.58 | 201.59 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 252 | 0.92 | 0.41 | 0 | 0.01 | 206.9 | 0.97 | 0.53 |
| Hex | 14 | 94 | FC | 5C | 29 | 0 | 1 | CF | 61 | 35 |
| Octal | 24 | 224 | 374 | 134 | 51 | 0 | 1 | 317 | 141 | 65 |
| Binary | 10100 | 10010100 | 11111100 | 1011100 | 101001 | 0 | 1 | 11001111 | 1100001 | 110101 |
Color Harmonies of #1494FC
Complementary color
Monochromatic Colors of #1494FC
Black with #1494FC
Text Example
Text Example
White with #1494FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1494FC; }
p { color: rgb(20,148,252); }
H1.HeaderClassName
{
color: #1494FC;
}
.AnyTagClassName
{
color: #1494FC;
}
</style>
background-color css
<style>
a { background-color: #1494FC; }
a { background-color: rgb(20,148,252); }
div.DivClassName
{
background-color: #1494FC;
}
.BgClassName
{
background-color: #1494FC;
}
</style>
border-color css
<style>
span { border-color: #1494FC; }
span { border-color: rgb(20,148,252); }
td.TdClassName
{
border-color: #1494FC;
}
.TagClassName
{
border-color: #1494FC;
}
</style>