Shades of Dodger Blue #146CFF
Tints of Dodger Blue #146CFF
RGB
CMYK
RGB Variations
Color information
#146CFF (or 0x146CFF) is known color: Dodger Blue. HEX triplet: 14, 6C and FF. RGB value is (20,108,255). Sum of RGB (Red+Green+Blue) = 20+108+255=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #146CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CFF is #EB9300. Grayscale: #616161. Windows color (decimal): -15438593 or 16739348. OLE color: 16739348.
HSL color Cylindrical-coordinate representation of color #146CFF: hue angle of 217.53º 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 #146CFF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 108 | 255 | - |
| CMYK | 0.92 | 0.58 | 0 | 0 |
| HSL | 217.53º | 1% | 0.54% | - |
| HSV(B) | 217.53º | 0.92% | 1% | - |
| XYZ | 23.7 | 18.09 | 96.85 | - |
| YUV | 98.45 | 216.35 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 255 | 0.92 | 0.58 | 0 | 0 | 217.53 | 1 | 0.54 |
| Hex | 14 | 6C | FF | 5C | 3A | 0 | 0 | DA | 64 | 36 |
| Octal | 24 | 154 | 377 | 134 | 72 | 0 | 0 | 332 | 144 | 66 |
| Binary | 10100 | 1101100 | 11111111 | 1011100 | 111010 | 0 | 0 | 11011010 | 1100100 | 110110 |
Color Harmonies of #146CFF
Complementary color
Monochromatic Colors of #146CFF
Black with #146CFF
Text Example
Text Example
White with #146CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CFF; }
p { color: rgb(20,108,255); }
H1.HeaderClassName
{
color: #146CFF;
}
.AnyTagClassName
{
color: #146CFF;
}
</style>
background-color css
<style>
a { background-color: #146CFF; }
a { background-color: rgb(20,108,255); }
div.DivClassName
{
background-color: #146CFF;
}
.BgClassName
{
background-color: #146CFF;
}
</style>
border-color css
<style>
span { border-color: #146CFF; }
span { border-color: rgb(20,108,255); }
td.TdClassName
{
border-color: #146CFF;
}
.TagClassName
{
border-color: #146CFF;
}
</style>