Shades of Dodger Blue #146FFF
Tints of Dodger Blue #146FFF
RGB
CMYK
RGB Variations
Color information
#146FFF (or 0x146FFF) is known color: Dodger Blue. HEX triplet: 14, 6F and FF. RGB value is (20,111,255). Sum of RGB (Red+Green+Blue) = 20+111+255=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #146FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146FFF is #EB9000. Grayscale: #636363. Windows color (decimal): -15437825 or 16740116. OLE color: 16740116.
HSL color Cylindrical-coordinate representation of color #146FFF: hue angle of 216.77º 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 #146FFF is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 111 | 255 | - |
| CMYK | 0.92 | 0.56 | 0 | 0 |
| HSL | 216.77º | 1% | 0.54% | - |
| HSV(B) | 216.77º | 0.92% | 1% | - |
| XYZ | 24.02 | 18.74 | 96.96 | - |
| YUV | 100.21 | 215.35 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 255 | 0.92 | 0.56 | 0 | 0 | 216.77 | 1 | 0.54 |
| Hex | 14 | 6F | FF | 5C | 38 | 0 | 0 | D9 | 64 | 36 |
| Octal | 24 | 157 | 377 | 134 | 70 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10100 | 1101111 | 11111111 | 1011100 | 111000 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #146FFF
Complementary color
Monochromatic Colors of #146FFF
Black with #146FFF
Text Example
Text Example
White with #146FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FFF; }
p { color: rgb(20,111,255); }
H1.HeaderClassName
{
color: #146FFF;
}
.AnyTagClassName
{
color: #146FFF;
}
</style>
background-color css
<style>
a { background-color: #146FFF; }
a { background-color: rgb(20,111,255); }
div.DivClassName
{
background-color: #146FFF;
}
.BgClassName
{
background-color: #146FFF;
}
</style>
border-color css
<style>
span { border-color: #146FFF; }
span { border-color: rgb(20,111,255); }
td.TdClassName
{
border-color: #146FFF;
}
.TagClassName
{
border-color: #146FFF;
}
</style>