Shades of Dodger Blue #146FFD
Tints of Dodger Blue #146FFD
RGB
CMYK
RGB Variations
Color information
#146FFD (or 0x146FFD) is known color: Dodger Blue. HEX triplet: 14, 6F and FD. RGB value is (20,111,253). Sum of RGB (Red+Green+Blue) = 20+111+253=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #146FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146FFD is #EB9002. Grayscale: #636363. Windows color (decimal): -15437827 or 16609044. OLE color: 16609044.
HSL color Cylindrical-coordinate representation of color #146FFD: hue angle of 216.57º 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 #146FFD is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 111 | 253 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.01 |
| HSL | 216.57º | 0.98% | 0.54% | - |
| HSV(B) | 216.57º | 0.92% | 0.99% | - |
| XYZ | 23.7 | 18.61 | 95.27 | - |
| YUV | 99.98 | 214.35 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 253 | 0.92 | 0.56 | 0 | 0.01 | 216.57 | 0.98 | 0.54 |
| Hex | 14 | 6F | FD | 5C | 38 | 0 | 1 | D9 | 62 | 36 |
| Octal | 24 | 157 | 375 | 134 | 70 | 0 | 1 | 331 | 142 | 66 |
| Binary | 10100 | 1101111 | 11111101 | 1011100 | 111000 | 0 | 1 | 11011001 | 1100010 | 110110 |
Color Harmonies of #146FFD
Complementary color
Monochromatic Colors of #146FFD
Black with #146FFD
Text Example
Text Example
White with #146FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FFD; }
p { color: rgb(20,111,253); }
H1.HeaderClassName
{
color: #146FFD;
}
.AnyTagClassName
{
color: #146FFD;
}
</style>
background-color css
<style>
a { background-color: #146FFD; }
a { background-color: rgb(20,111,253); }
div.DivClassName
{
background-color: #146FFD;
}
.BgClassName
{
background-color: #146FFD;
}
</style>
border-color css
<style>
span { border-color: #146FFD; }
span { border-color: rgb(20,111,253); }
td.TdClassName
{
border-color: #146FFD;
}
.TagClassName
{
border-color: #146FFD;
}
</style>